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

Paulo Ricardo Paz Vital pvital at linux.vnet.ibm.com
Fri Aug 29 15:38:55 UTC 2014


On Thu, 2014-08-28 at 14:38 -0300, Aline Manera wrote:
> Thanks, Paulo!
> 
> I also updated Transifex with those new files.
> 
> Could you please provide a patch to update the language list on UI?
> 

Sure, I'm going to submit ASAP.

> On 08/27/2014 10:23 PM, Paulo Vital wrote:
> > 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
> >
> 




More information about the Kimchi-devel mailing list