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

fix(scripts): run normalization as part of extraction

This commit is contained in:
vladikoff 2016-05-02 11:38:38 -04:00
Родитель 291266fbee
Коммит 7b425b2823
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -80,6 +80,7 @@ msgfilter -i $L10N_DIR/locale/sr/LC_MESSAGES/server.po -o $L10N_DIR/locale/sr_La
cd $L10N_DIR
git checkout -b merge-train-$TRAIN_NUMBER-strings
./scripts/merge_po.sh ./locale
./scripts/before_prod_deploy.sh --l10n-repo $L10N_DIR
git add .
git commit -m "merge strings for train $TRAIN_NUMBER"