Skip to content
Merged
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,17 @@ locales:
npx i18next-conv -l ja -s modules/media/locale/ja/LC_MESSAGES/media.po -t modules/media/locale/ja/LC_MESSAGES/media.json
npx i18next-conv -l hi -s modules/media/locale/hi/LC_MESSAGES/media.po -t modules/media/locale/hi/LC_MESSAGES/media.json
msgfmt -o modules/module_manager/locale/ja/LC_MESSAGES/module_manager.mo modules/module_manager/locale/ja/LC_MESSAGES/module_manager.po
msgfmt -o modules/mri_violations/locale/es/LC_MESSAGES/mri_violations.mo modules/mri_violations/locale/es/LC_MESSAGES/mri_violations.po
msgfmt -o modules/mri_violations/locale/fr/LC_MESSAGES/mri_violations.mo modules/mri_violations/locale/fr/LC_MESSAGES/mri_violations.po
msgfmt -o modules/module_manager/locale/hi/LC_MESSAGES/module_manager.mo modules/module_manager/locale/hi/LC_MESSAGES/module_manager.po
npx i18next-conv -l hi -s modules/module_manager/locale/hi/LC_MESSAGES/module_manager.po -t modules/module_manager/locale/hi/LC_MESSAGES/module_manager.json
npx i18next-conv -l ja -s modules/module_manager/locale/ja/LC_MESSAGES/module_manager.po -t modules/module_manager/locale/ja/LC_MESSAGES/module_manager.json
msgfmt -o modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.mo modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.po
msgfmt -o modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.mo modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.po
npx i18next-conv -l es -s modules/mri_violations/locale/es/LC_MESSAGES/mri_violations.po -t modules/mri_violations/locale/es/LC_MESSAGES/mri_violations.json
npx i18next-conv -l fr -s modules/mri_violations/locale/fr/LC_MESSAGES/mri_violations.po -t modules/mri_violations/locale/fr/LC_MESSAGES/mri_violations.json
npx i18next-conv -l ja -s modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.po -t modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.json
npx i18next-conv -l hi -s modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.po -t modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.json
msgfmt -o modules/my_preferences/locale/hi/LC_MESSAGES/my_preferences.mo modules/my_preferences/locale/hi/LC_MESSAGES/my_preferences.po
npx i18next-conv -l ja -s modules/my_preferences/locale/ja/LC_MESSAGES/my_preferences.po -t modules/my_preferences/locale/ja/LC_MESSAGES/my_preferences.json --compatibilityJSON v4
npx i18next-conv -l hi -s modules/my_preferences/locale/hi/LC_MESSAGES/my_preferences.po -t modules/my_preferences/locale/hi/LC_MESSAGES/my_preferences.json --compatibilityJSON v4
Expand Down Expand Up @@ -239,7 +246,9 @@ login: modules/login/locale/ja/LC_MESSAGES/login.mo
module_manager: modules/module_manager/locale/ja/LC_MESSAGES/module_manager.mo modules/module_manager/locale/hi/LC_MESSAGES/module_manager.mo
target=module_manager npm run compile

mri_violations: modules/mri_violations/locale/ja/LC_MESSAGES/mri_violations.mo
mri_violations:
msgfmt -o modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.mo modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.po
npx i18next-conv -l hi -s modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.po -t modules/mri_violations/locale/hi/LC_MESSAGES/mri_violations.json
target=mri_violations npm run compile

issue_tracker:
Expand Down
6 changes: 6 additions & 0 deletions locale/es/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ msgstr "Scan hecho"
msgid "Language"
msgstr "Lenguaje"

msgid "Access denied"
msgstr "Acceso denegado"

msgid "No."
msgstr "número"

msgid "Are you sure?"
msgstr "Estás seguro?"

Expand Down
6 changes: 6 additions & 0 deletions locale/fr/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ msgstr "Scan complété"
msgid "Language"
msgstr "Langue"

msgid "Access denied"
msgstr "Accès refusé"

msgid "No."
msgstr "Nombre"

msgid "Are you sure?"
msgstr "Es-tu sûr?"

Expand Down
3 changes: 3 additions & 0 deletions locale/hi/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ msgstr "विवरण देखें"
msgid "Ethnicity"
msgstr "जातीयता"

msgid "Access denied"
msgstr "पहुँच अस्वीकृत"

msgid "Previous"
msgstr "पिछला"

Expand Down
7 changes: 7 additions & 0 deletions locale/ja/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ msgstr "私の好み"
#: modules/user_accounts/php/module.class.inc:53
msgid "Admin"
msgstr "行政上の"

#: modules/acknowledgements/php/module.class.inc:54
#: modules/api_docs/php/module.class.inc:66
#: modules/battery_manager/php/module.class.inc:55
Expand Down Expand Up @@ -297,6 +298,12 @@ msgstr "言語"
msgid "Ethnicity"
msgstr "民族"

msgid "Access denied"
msgstr "アクセスが拒否されました"

msgid "No."
msgstr "番号"

msgid "Are You Sure?"
msgstr "本気ですか?"

Expand Down
6 changes: 6 additions & 0 deletions locale/loris.pot
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ msgstr ""
msgid "Language"
msgstr ""

msgid "Access denied"
msgstr ""

msgid "No."
msgstr ""

msgid "Ethnicity"
msgstr ""

Expand Down
Loading
Loading