ViennaRSS / vienna-rss

Vienna is a free and open-source RSS/Atom newsreader for macOS.
https://www.vienna-rss.com
Apache License 2.0
1.85k stars 227 forks source link

Singular forms of some texts are not translated #1219

Closed barijaona closed 5 years ago

barijaona commented 5 years ago

When I worked on #1218, using French localization, I noticed that "1 unread article" is not translated into French and remains in English, while the plural form is correct, giving for instance "10 articles non lus".

Both singular and plural forms are correctly translated in Crowdin, but it seems that the Localizable.dictstrings are not reimported into Vienna's Resources.

Eitot commented 5 years ago

Sadly, these have to be imported manually. Xcode and Crowdin are not cooperating as much as I had hoped. Xcode 10 even changed the export format again, so we have to change the import routine. :/

barijaona commented 5 years ago

OK, I will import the stringsdict-s manually.