зеркало из
1
0
Форкнуть 0

feat(fxa-settings): Change fxa-settings default locale from en-US to en (#659)

Because:

- We are standardizing the default locale for all fxa packages to en.

This commit:

- Change the fluent extraction source from $SETTINGS_DIR/public/locales/en-US/*.ftl to $SETTINGS_DIR/public/locales/en/*.ftl

Closes #FXA-6003
This commit is contained in:
Valerie Pomerleau 2022-11-09 13:42:51 -08:00 коммит произвёл GitHub
Родитель 3060dc5d1e
Коммит 56deed0f2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -118,7 +118,7 @@ sed -i'' -e 's/Language: sv_SE/Language: sv/g' "$L10N_DIR/locale/sv/LC_MESSAGES/
# Fluent extraction
cp $PAYMENTS_DIR/public/locales/en-US/*.ftl $L10N_DIR/locale/templates
cp $SETTINGS_DIR/public/locales/en-US/*.ftl $L10N_DIR/locale/templates
cp $SETTINGS_DIR/public/locales/en/*.ftl $L10N_DIR/locale/templates
cp $MAILER_DIR/public/locales/en/*.ftl $L10N_DIR/locale/templates
# Pontoon will read from the "templates" directory but we must copy the FTL files