Lang changes
This commit is contained in:
parent
e6783167ae
commit
1cd75498fd
|
|
@ -24,7 +24,6 @@ jobs:
|
|||
cp android/app/build.gradle.prod android/app/build.gradle
|
||||
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
|
||||
|
|
|
|||
38282
lib/utils/i18n.dart
38282
lib/utils/i18n.dart
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue