From f84655e339bbfd0cb3c6954205ac33a4ef29351b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 22 Mar 2019 18:29:34 +0100 Subject: [PATCH] Update config for Romanian. --- .deploy/heroku/.locales | 1 + .sandstorm/setup.sh | 1 + config/firefly.php | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/.deploy/heroku/.locales b/.deploy/heroku/.locales index d56ea57b9a..d283e91f56 100644 --- a/.deploy/heroku/.locales +++ b/.deploy/heroku/.locales @@ -2,6 +2,7 @@ en_US es_ES de_DE fr_FR +ro_RO it_IT nl_NL pl_PL diff --git a/.sandstorm/setup.sh b/.sandstorm/setup.sh index 89e48c2294..c9d64086b4 100755 --- a/.sandstorm/setup.sh +++ b/.sandstorm/setup.sh @@ -25,6 +25,7 @@ sed -i 's/# ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/g' /etc/locale.gen sed -i 's/# zh_TW.UTF-8 UTF-8/zh_TW.UTF-8 UTF-8/g' /etc/locale.gen sed -i 's/# zh_CN.UTF-8 UTF-8/zh_CN.UTF-8 UTF-8/g' /etc/locale.gen sed -i 's/# nb_NO.UTF-8 UTF-8/nb_NO.UTF-8 UTF-8/g' /etc/locale.gen +sed -i 's/# ro_RO.UTF-8 UTF-8/ro_RO.UTF-8 UTF-8/g' /etc/locale.gen dpkg-reconfigure --frontend=noninteractive locales diff --git a/config/firefly.php b/config/firefly.php index 2e0ba14d01..8e9e3ba4da 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -272,9 +272,13 @@ return [ 'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'], // 100% 'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '], // 87% 'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'], // 80% + 'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'], 'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'], // 83% 'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'], // 100% 'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'], // 99% + + + //'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'], // 71% 'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'], //'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'], // 0%