sile-typesetter / sile

The SILE Typesetter — Simon’s Improved Layout Engine
https://sile-typesetter.org
MIT License
1.67k stars 99 forks source link

feat(languages): Add bibliography localizations for Swedish #2125

Closed illfygli closed 1 month ago

illfygli commented 1 month ago

@alerque Nice, thank you! I hope so too. I just found SILE, and ran into bibtex trouble due to the missing translation when using Swedish. Now that will work at least. :)

alerque commented 1 month ago

Just FYI there is some more bibtex related stuff including basic CSL support in another pending PR (#2082), you might be interested in checking that out. Depending on how you are going about running SILE there are ways to try out development branches (Docker, Nix Flake, etc.). Feel free to open a discussion issue with your platform details if you need tips on the incantation for running develop versions prior to release.

alerque commented 1 month ago

Also for this particular case you can just put the messages you want to set/override in your document or somewhere in your project's class/package/etc. until SILE support gets released:

\begin{ftl}
bibliography-and = och
bibliography-edited-by = Redigerad av { $name }
bibliography-et-al = m.fl.
bibliography-translated-by = Översatt av { $name }
hello = Hej <em>{ $name }</em>!
tableofcontents-not-generated = Kör om SILE för att bearbeta innehållsförteckningen!
\end{ftl}
illfygli commented 1 month ago

@alerque Thanks! That's definitely nicer than modifying the installed distro package files, like I did.

Omikhleia commented 1 month ago

Nice, thank you! I hope so too. I just found SILE, and ran into bibtex trouble due to the missing translation when using Swedish. Now that will work at least. :)

Welcome to SILE ! Note that regarding bibliographies and bib(la)tex support, we'll have a different solution based on CSL styles and locales, with many more features (The bibtex package is and remains experimental, but I'll have more proposals to it eventually). Feel free to check https://github.com/orgs/sile-typesetter/projects/12 to see what we have recently done and where we are heading.

illfygli commented 1 month ago

@Omikhleia Thanks, checking it out. Good to see that bibliography support will be expanded!