Merge language file

This commit is contained in:
Hillel Coren 2020-12-30 20:49:30 +02:00
parent a4c77dcb6e
commit 1e55d5f946
5 changed files with 46373 additions and 44854 deletions

View File

@ -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

View File

@ -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';

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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