From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/pybind/mgr/dashboard/frontend/i18n.config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/pybind/mgr/dashboard/frontend/i18n.config.json (limited to 'src/pybind/mgr/dashboard/frontend/i18n.config.json') diff --git a/src/pybind/mgr/dashboard/frontend/i18n.config.json b/src/pybind/mgr/dashboard/frontend/i18n.config.json new file mode 100644 index 00000000..111164a4 --- /dev/null +++ b/src/pybind/mgr/dashboard/frontend/i18n.config.json @@ -0,0 +1,12 @@ +{ + "sourceDirectory": "src/locale", + "targetDirectory": "src/locale", + "sourceFile": "messages.xlf", + "languages": "cs,de-DE,es-ES,fr-FR,id-ID,it-IT,ja-JP,ko-KR,pl-PL,pt-BR,zh-CN,zh-TW", + "organization": "ceph", + "project": "ceph-dashboard", + "resource": "Nautilus:nautilus", + "removeUnusedIds": true, + "automate": true, + "quiet": false +} -- cgit v1.2.3