Lang changes
This commit is contained in:
parent
70e21ba938
commit
e6783167ae
|
|
@ -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
|
||||
|
|
|
|||
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