Translate player according to the interface lang

This commit is contained in:
Chocobozzz
2018-08-16 11:11:20 +02:00
parent 3dfa849402
commit 95d5113575
3 changed files with 13 additions and 1 deletions

View File

@@ -16,6 +16,12 @@ post_build_hook () {
rmdir "./src/locale/pending_target/"
}
# Previous build failed
if [ ! -f client/src/locale/target/angular_fr_FR.xml ]; then
git checkout -- client/src/locale/target/
rm -r client/src/locale/pending_target/
fi
cd client
rm -rf ./dist ./compiled