mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 10:44:42 -04:00
Build 29067205
This commit is contained in:
parent
be49fb9d6e
commit
eb846327e5
18 changed files with 75 additions and 37 deletions
|
@ -6,6 +6,13 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if grep -rE "course|atout" src/i18n/fr.json
|
||||
then
|
||||
echo "Bad automatic translations"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue