You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/10/04 10:50:04 UTC

[34/35] git commit: updated refs/heads/master to de09b5a

CLOUDSTACK-9513 Migrate transifex workflow and format to json

Move the localization resource files from Java Properties format to JSON Key-Value format
Change the Transifex sync script to handle JSON resource files instead of Properties files
Update the README
Remove old version from the Transifex configuration file
Remove unused gen-l10n.py script and update the ui/pom.xml to remove the execution of this script


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/60edc8af
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/60edc8af
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/60edc8af

Branch: refs/heads/master
Commit: 60edc8af46e3f1185fb050e14ef5124e4c84c36d
Parents: 6e7fdc4
Author: Milamber <mi...@apache.org>
Authored: Mon Oct 3 14:17:50 2016 +0100
Committer: Milamber <mi...@apache.org>
Committed: Mon Oct 3 19:47:06 2016 +0100

----------------------------------------------------------------------
 .../classes/resources/messages.properties       | 2291 ------------------
 .../classes/resources/messages_ar.properties    |  284 ---
 .../classes/resources/messages_ca.properties    |  298 ---
 .../classes/resources/messages_de_DE.properties | 2269 -----------------
 .../classes/resources/messages_es.properties    | 2277 -----------------
 .../classes/resources/messages_fr_FR.properties | 2284 -----------------
 .../classes/resources/messages_hu.properties    | 2194 -----------------
 .../classes/resources/messages_it_IT.properties | 1002 --------
 .../classes/resources/messages_ja_JP.properties | 2196 -----------------
 .../classes/resources/messages_ko_KR.properties | 1477 -----------
 .../classes/resources/messages_nb_NO.properties | 2259 -----------------
 .../classes/resources/messages_nl_NL.properties | 2258 -----------------
 .../classes/resources/messages_pl.properties    |  484 ----
 .../classes/resources/messages_pt_BR.properties | 2262 -----------------
 .../classes/resources/messages_ru_RU.properties | 1657 -------------
 .../classes/resources/messages_zh_CN.properties | 2195 -----------------
 client/pom.xml                                  |   31 -
 tools/transifex/.tx/config                      |  163 +-
 tools/transifex/README-transifex.txt            |   30 +-
 tools/transifex/gen-l10n.py                     |  106 -
 tools/transifex/sync-transifex-ui.sh            |   46 +-
 ui/l10n/ar.js                                   | 2285 +++++++++++++++++
 ui/l10n/ca.js                                   | 2285 +++++++++++++++++
 ui/l10n/de_DE.js                                | 2285 +++++++++++++++++
 ui/l10n/en.js                                   | 2283 +++++++++++++++++
 ui/l10n/es.js                                   | 2285 +++++++++++++++++
 ui/l10n/fr_FR.js                                | 2285 +++++++++++++++++
 ui/l10n/hu.js                                   | 2285 +++++++++++++++++
 ui/l10n/it_IT.js                                | 2285 +++++++++++++++++
 ui/l10n/ja_JP.js                                | 2285 +++++++++++++++++
 ui/l10n/ko_KR.js                                | 2285 +++++++++++++++++
 ui/l10n/nb_NO.js                                | 2285 +++++++++++++++++
 ui/l10n/nl_NL.js                                | 2285 +++++++++++++++++
 ui/l10n/pl.js                                   | 2285 +++++++++++++++++
 ui/l10n/pt_BR.js                                | 2285 +++++++++++++++++
 ui/l10n/ru_RU.js                                | 2285 +++++++++++++++++
 ui/l10n/zh_CN.js                                | 2285 +++++++++++++++++
 37 files changed, 36607 insertions(+), 28014 deletions(-)
----------------------------------------------------------------------