Merge language file
This commit is contained in:
parent
a4c77dcb6e
commit
1e55d5f946
|
|
@ -27,7 +27,6 @@ jobs:
|
|||
cp android/app/build.gradle.prod android/app/build.gradle
|
||||
sed -i 's/secret/${{secrets.api_secret}}/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
|
||||
- run: flutter upgrade
|
||||
- run: flutter config --enable-web
|
||||
- run: flutter build web --release
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ class Constants {
|
|||
}
|
||||
|
||||
// TODO remove version once #46609 is fixed
|
||||
const String kClientVersion = '5.0.36';
|
||||
const String kClientVersion = '5.0.37';
|
||||
const String kMinServerVersion = '5.0.4';
|
||||
|
||||
const String kAppName = 'Invoice Ninja';
|
||||
|
|
|
|||
44850
lib/utils/i18n
44850
lib/utils/i18n
File diff suppressed because it is too large
Load Diff
46372
lib/utils/i18n.dart
46372
lib/utils/i18n.dart
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,6 @@
|
|||
name: invoiceninja_flutter
|
||||
description: Client for Invoice Ninja
|
||||
version: 5.0.36+36
|
||||
version: 5.0.37+37
|
||||
author: Hillel Coren
|
||||
homepage: https://invoiceninja.com
|
||||
documentation: http://docs.invoiceninja.com
|
||||
|
|
|
|||
Loading…
Reference in New Issue