[Kimchi-devel] [PATCH 0/9] i18n support: Addition of new languages.
Aline Manera
alinefm at linux.vnet.ibm.com
Wed Aug 27 16:34:43 UTC 2014
The build is failing with this patch set:
de_DE.po:63: a format specification for argument 'userid', as in
'msgstr', doesn't exist in 'msgid'
de_DE.po:261: a format specification for argument 'user', as in
'msgstr', doesn't exist in 'msgid'
de_DE.po:265: a format specification for argument 'groups' doesn't exist
in 'msgstr'
/bin/msgfmt: found 3 fatal errors
de_DE.po: 485 translated messages, 21 untranslated messages.
make[1]: *** [de_DE.gmo] Error 1
make[1]: Leaving directory `/home/alinefm/kimchi/po'
make: *** [all-recursive] Error 1
On 08/22/2014 01:21 PM, Paulo Vital wrote:
> This patch set adds new languages to improve Kimchi's i18n support. The
> new languages are: German (de_DE), Spanish (es_ES), Franch (fr_FR),
> Italian (it_IT), Japanese (ja_JP), Korean (ko_KR), Russian (ru_RU) and
> the Traditional Chinese (zh_TW).
>
> Also, the patch set removed the symbolic link of plugins/sample/po/LINGUAS
> to be a 'real' file containing only the three first languages in the
> sample plugin.
>
> Paulo Vital (9):
> i18n support: Changed the file type of plugins/sample/po/LINGUAS
> i18n support: Add German translation files.
> i18n support: Add Spanish translation files.
> i18n support: Add French translation files.
> i18n support: Add Italian translation files.
> i18n support: Add Japanese translation files.
> 18n support: Add Korean translation files.
> i18n support: Add Russian translation files.
> i18n support: Add Traditional Chinese translation files.
>
> plugins/sample/po/LINGUAS | 4 +-
> po/LINGUAS | 8 +
> po/de_DE.po | 2256 ++++++++++++++++++++++++++++++++++++++++++++
> po/es_ES.po | 2281 ++++++++++++++++++++++++++++++++++++++++++++
> po/fr_FR.po | 2285 +++++++++++++++++++++++++++++++++++++++++++++
> po/it_IT.po | 2248 ++++++++++++++++++++++++++++++++++++++++++++
> po/ja_JP.po | 2229 +++++++++++++++++++++++++++++++++++++++++++
> po/ko_KR.po | 2137 ++++++++++++++++++++++++++++++++++++++++++
> po/ru_RU.po | 2140 ++++++++++++++++++++++++++++++++++++++++++
> po/zh_TW.po | 2105 +++++++++++++++++++++++++++++++++++++++++
> 10 files changed, 17692 insertions(+), 1 deletion(-)
> mode change 120000 => 100644 plugins/sample/po/LINGUAS
> create mode 100644 po/de_DE.po
> create mode 100644 po/es_ES.po
> create mode 100644 po/fr_FR.po
> create mode 100644 po/it_IT.po
> create mode 100644 po/ja_JP.po
> create mode 100644 po/ko_KR.po
> create mode 100644 po/ru_RU.po
> create mode 100644 po/zh_TW.po
>
More information about the Kimchi-devel
mailing list