]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add, update and remove translations 28938/head
authorSebastian Krah <skrah@suse.com>
Tue, 9 Jul 2019 08:47:40 +0000 (10:47 +0200)
committerSebastian Krah <skrah@suse.com>
Fri, 19 Jul 2019 06:08:42 +0000 (08:08 +0200)
commitc0deeb6c4cc73b608775298e54a71e22f1e84cd8
tree3f8aa74dd4a4eb478362a493dc7fd2f36a253384
parent3222c7b67ae55c126be87649822d64f727f7003f
mgr/dashboard: Add, update and remove translations

Adds Italian, Japanese, Korean, Portuguese (Brazil) and Chinese (Taiwan) languages files
Updates the Czech, German, Spanish, French, Indonesian, Polish and Chinese (China) translations
Removes Portuguese (Portugal) since Portuguese (Brazil) has been added and is better maintained

This manual backport of 4794890c41c502a8cd80e52ff1c2147dc6da5456 is not a cherry-pick because the
difference between the language files of master and nautilus started to grow. I'd like to avoid
loosing translations that should be in nautilus but are no longer available on master.

Fixes: http://tracker.ceph.com/issues/40446
Signed-off-by: Sebastian Krah <skrah@suse.com>
16 files changed:
src/pybind/mgr/dashboard/frontend/src/app/locale.helper.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/language-selector.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/language-selector/supported-languages.enum.ts
src/pybind/mgr/dashboard/frontend/src/locale/messages.cs.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.de-DE.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.es-ES.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.fr-FR.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.id-ID.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.it-IT.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.ja-JP.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.ko-KR.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.pl-PL.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-BR.xlf [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/locale/messages.pt-PT.xlf [deleted file]
src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-CN.xlf
src/pybind/mgr/dashboard/frontend/src/locale/messages.zh-TW.xlf [new file with mode: 0644]