Lang changes

This commit is contained in:
Hillel Coren 2020-08-30 09:48:41 +03:00
parent 70e21ba938
commit e6783167ae
2 changed files with 38282 additions and 1 deletions

View File

@ -25,6 +25,7 @@ jobs:
sed -i 's/secret/password/g' lib/.env.dart
sed -i 's/dns/${{secrets.app_sentry}}/g' lib/.env.dart
sed -i -e "/OTHER_LANGUAGES/{r lib/utils/i18n" -e "d}" lib/utils/i18n.dart
sed -i -e "s/OTHER_LANGUAGES/$(sed -e 's/[\&/]/\\&/g' -e 's/$/\\n/' lib/utils/i18n | tr -d '\n')/" lib/utils/i18n.dart
- run: flutter upgrade
- run: flutter config --enable-web
- run: flutter build web --release

File diff suppressed because it is too large Load Diff