ソースを参照

Fix old directory name in i18n/bin/build-translated-result.sh

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3891
pull/3892/head
Slavi Pantaleev 1年前
コミット
a146f2199b
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      i18n/bin/build-translated-result.sh

+ 2
- 2
i18n/bin/build-translated-result.sh ファイルの表示

@@ -53,8 +53,8 @@ if [ -d ${base_path}/i18n/translations/${LANGUAGE} ]; then
fi fi


# Make sure the `translations/` directory exists # Make sure the `translations/` directory exists
if [ ! -d ${base_path}/i18n/translated ]; then
mkdir -p ${base_path}/i18n/translated
if [ ! -d ${base_path}/i18n/translations ]; then
mkdir -p ${base_path}/i18n/translations
fi fi


# Relocate the built result to translations/<language> # Relocate the built result to translations/<language>


読み込み中…
キャンセル
保存