mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
204e17206b
Some languages like sk in [[SVN:21907]] have changed crucial line with information about how many plurals language uses and how to calculate correct one. However in plural_forms this line could not be matched with implemented functions so as result object with default settings have been returned what resulted in using only singular for translatePlural calls. Affected languages (12): sk, lt, uk, cs, pl, ro, mk, he, ga, cy, be, br I am leaving old variants as they can be useful for another languages. Differential Revision: https://code.wildfiregames.com/D2751 Comments by: wraitii This was SVN commit r23690.
tinygettext
tinygettext is a minimal replacement for gettext written in C++. It
can read .po files directly and doesn't need .mo files generated
from .po. It also can read the .po files from arbitary locations,
so it's better suited for non-Unix systems and situations in which one
wants to store or distribute .po files seperately from the software
itself. It is licensed under
zlib license.
The latest version can be found at:
Detecting the locale setting
Different operating systems store the default locale in different places; a portable way to find it is provided by FindLocale: