1
0
Fork 0
flightgear/src/EmbeddedResources
Florent Rougon 9c0dee2e9f Add XLIFF 1.2 translation files and register them as embedded resources
Translations/en_US/FlightGear-nonQt.xlf is for a proper English
translation, where for instance "found %n airport(s)" would have two
plural forms, "found %n airport" and "found %n airports" (most
non-plural strings can be taken verbatim from the default translation,
and at this point there is no plural form at all yet).

As they are registered here, the files will have virtual paths such as:

  /Translations/de/FlightGear-nonQt.xlf
  /Translations/en_US/FlightGear-nonQt.xlf
  etc.

for the EmbeddedResourceManager ('/' being the default virtual prefix).
2017-08-01 09:38:44 +02:00
..
CMakeLists.txt Embedded resources: add a resource compiler (fgrcc) 2017-06-11 17:46:32 +02:00
fgrcc.cxx Fix warnings in fgrcc.cxx 2017-06-11 18:52:45 +02:00
fgrcc.hxx Embedded resources: add a resource compiler (fgrcc) 2017-06-11 17:46:32 +02:00
FlightGear-resources.xml Add XLIFF 1.2 translation files and register them as embedded resources 2017-08-01 09:38:44 +02:00