[Pkg-giraffe-discuss] [PATCH 00/34] various corrections and minor changes for kopano-webapp i18n

c.schoenert at t-online.de c.schoenert at t-online.de
Sun Nov 19 15:33:40 UTC 2017


From: Carsten Schoenert <c.schoenert at t-online.de>

Hello Jelle,

here again a patch set about more i18n fixes within kopano-webapp which
I added while working on 3.3.1 and now finally on 3.4.0 again. Please
have a look.

Firstly, I added option '-c' to the msgfmt call to get a strict testing
of the provided *.po file. This causes some found errors on el_GR,
gl_ES, he_IL, hu_HU, nl_NL, pt_BR, ru_RU, sv_SE and tr_TR.

The other changes are done for having consistent headers and comments
within the *.po files.
There may be some potential commit problems if the po files got modified
since the last reconciliation with the weblate instance. Let me know if
you need some help for fixing such issues.

The pop file es_CA isn't a valid language and I've removed this file and
the containing folder.
The targeted language ca_ES is already included.

Regards
Carsten

Carsten Schoenert (34):
  always let msgfmt check the po files
  bg_BG.UTF-8: correct plural forms in *.po file
  ca_ES.UTF-8: fix some msgfmt warnings in *.po file
  cs_CZ.UTF-8: add minor comment and Project-Id-Version
  da_DK.UTF-8: add minor comment and Project-Id-Version
  de_DE.UTF-8: add minor comment and Project-Id-Version
  el_GR.UTF-8: correct plural forms in *.po file
  en_US.UTF-8: add minor comment and Project-Id-Version
  es_ES.UTF-8: add minor comment and Project-Id-Version
  et_EE.UTF-8: add minor comment and Project-Id-Version
  fa_IR.UTF-8: add minor comment and Project-Id-Version
  fi_FI.UTF-8: add minor comment and Project-Id-Version
  fr_FR.UTF-8: add minor comment and Project-Id-Version
  gl_ES.UTF-8: correct plural forms in *.po file
  he_IL.UTF-8: correct various missformed strings within *.po file
  hu_HU.UTF-8: correct various missformed strings within *.po file
  hr_HR.UTF-8: add minor comment and Project-Id-Version
  it_IT.UTF-8: add minor comment and Project-Id-Version
  ja_JP.UTF-8: reset various missformed strings within *.po file
  ko_KR.UTF-8: add minor comment and Project-Id-Version
  lt_LT.UTF-8: add minor comment and Project-Id-Version
  nb_NO.UTF-8: add minor comment and Project-Id-Version
  nl_NL.UTF-8: correct plural forms in *.po file
  pl_PL.UTF-8: add minor comment and Project-Id-Version
  pt_BR.UTF-8: correct various missformed strings within *.po file
  pt_PT.UTF-8: add minor comment and Project-Id-Version
  ru_RU.UTF-8: correct various missformed strings within *.po file
  sl_SI.UTF-8: add minor comment and Project-Id-Version
  sv_SE.UTF-8: correct plural forms in *.po file
  tr_TR.UTF-8: correct plural forms in *.po file
  uk_UA.UTF-8: add minor comment and Project-Id-Version
  zh_CN.UTF-8: add minor comment and Project-Id-Version
  zh_TW.UTF-8: add minor comment and Project-Id-Version
  remove not valid es_CA.UTF-8 language

 server/build.xml                                   |    1 +
 .../bg_BG.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   21 +-
 .../ca_ES.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../cs_CZ.UTF-8/LC_MESSAGES/zarafa_webapp.po       |    8 +-
 .../da_DK.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   10 +-
 .../de_DE.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   10 +-
 .../el_GR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   19 +-
 .../en_US.UTF-8/LC_MESSAGES/zarafa_webapp.po       |    8 +-
 .../es_CA.UTF-8/LC_MESSAGES/zarafa_webapp.po       | 6105 --------------------
 server/language/es_CA.UTF-8/language.txt           |    1 -
 .../es_ES.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   10 +-
 .../et_EE.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   16 +-
 .../fa_IR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../fi_FI.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../fr_FR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   18 +-
 .../gl_ES.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   21 +-
 .../he_IL.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   23 +-
 .../hr_HR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../hu_HU.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   16 +-
 .../it_IT.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   18 +-
 .../ja_JP.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   38 +-
 .../ko_KR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   16 +-
 .../lt_LT.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../nb_NO.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   16 +-
 .../nl_NL.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   16 +-
 .../pl_PL.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   59 +-
 .../pt_BR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   20 +-
 .../pt_PT.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   22 +-
 .../ru_RU.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   26 +-
 .../sl_SI.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../sv_SE.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   15 +-
 .../tr_TR.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   22 +-
 .../uk_UA.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   17 +-
 .../zh_CN.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   16 +-
 .../zh_TW.UTF-8/LC_MESSAGES/zarafa_webapp.po       |   15 +-
 35 files changed, 328 insertions(+), 6377 deletions(-)
 delete mode 100644 server/language/es_CA.UTF-8/LC_MESSAGES/zarafa_webapp.po
 delete mode 100644 server/language/es_CA.UTF-8/language.txt

-- 
2.15.0




More information about the Pkg-giraffe-discuss mailing list