R3600/modules/miscutil/i18n193def66a1bemaster
R3600/modules/miscutil/i18n
193def66a1bemaster
i18n
i18n
README
README
- mode: outline ; coding: utf-8 -*-
This directory contains all the translations of CDSware in all the supported languages.
For each language whose 2 letters codename is <xx>, a file named <xx>.po exists, and contains a list of sentences to translate. This file is in GNU Gettext format. Please consult the Gettext documentation for more information.
<http://www.gnu.org/software/gettext/>
- Adding a new language file
To add support for a new language <xx>, do:
make update-po-files cp cdsware.pot <xx>.po
...and fill in the translations in file <xx>.po.
- Synchronizing the translations with the code
When some sentences have been modified or added in the code, and the translations must be updated accordingly, do:
make update-po-files
...and update all the files. To have an idea of the files requiring modifications, run:
make check-translations
c4science · Help