[Kimchi-devel] [PATCH V2 0/9] i18n support: Addition of new languages.

Paulo Vital pvital at linux.vnet.ibm.com
Thu Aug 28 01:23:15 UTC 2014


V1 -> V2:
 * fixed wrong python variables in translated strings
 * removed string without msgid

V1:
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               | 2227 +++++++++++++++++++++++++++++++++++++++++++
 po/ko_KR.po               | 2137 ++++++++++++++++++++++++++++++++++++++++++
 po/ru_RU.po               | 2138 ++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po               | 2054 ++++++++++++++++++++++++++++++++++++++++
 10 files changed, 17637 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

-- 
1.9.3




More information about the Kimchi-devel mailing list