mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Add instruction for compiling translated strings before release
This commit is contained in:
parent
0d86fdd063
commit
8716f3d8a5
3 changed files with 6 additions and 2 deletions
|
|
@ -12,6 +12,10 @@ Add a file `key.properties` under the android/ directory
|
||||||
|
|
||||||
Make sure that the build number is incremented every time (or it will be rejected by Play Store).
|
Make sure that the build number is incremented every time (or it will be rejected by Play Store).
|
||||||
|
|
||||||
|
### Copy Translations
|
||||||
|
|
||||||
|
Ensure that the translation files have been updated, and copied into the correct directory!!
|
||||||
|
|
||||||
### Build Appbundle
|
### Build Appbundle
|
||||||
|
|
||||||
`flutter build appbundle`
|
`flutter build appbundle`
|
||||||
|
|
|
||||||
2
lib/l10n
2
lib/l10n
|
|
@ -1 +1 @@
|
||||||
Subproject commit e95cb254a413f282e6c4f6ebd392adb6101c47dc
|
Subproject commit 0172ceec228779cbb10abc69d04f91678e26efd5
|
||||||
|
|
@ -73,7 +73,7 @@ class InvenTreeApp extends StatelessWidget {
|
||||||
],
|
],
|
||||||
supportedLocales: [
|
supportedLocales: [
|
||||||
const Locale('de', ''),
|
const Locale('de', ''),
|
||||||
const Locale('en', ''), // English, no country code
|
const Locale('en', ''),
|
||||||
const Locale('es', ''),
|
const Locale('es', ''),
|
||||||
const Locale('fr', ''),
|
const Locale('fr', ''),
|
||||||
const Locale('it', ''),
|
const Locale('it', ''),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue