mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 02:35:27 +00:00
Add instruction for compiling translated strings before release
This commit is contained in:
@ -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).
|
||||
|
||||
### Copy Translations
|
||||
|
||||
Ensure that the translation files have been updated, and copied into the correct directory!!
|
||||
|
||||
### Build Appbundle
|
||||
|
||||
`flutter build appbundle`
|
||||
|
2
lib/l10n
2
lib/l10n
Submodule lib/l10n updated: e95cb254a4...0172ceec22
@ -73,7 +73,7 @@ class InvenTreeApp extends StatelessWidget {
|
||||
],
|
||||
supportedLocales: [
|
||||
const Locale('de', ''),
|
||||
const Locale('en', ''), // English, no country code
|
||||
const Locale('en', ''),
|
||||
const Locale('es', ''),
|
||||
const Locale('fr', ''),
|
||||
const Locale('it', ''),
|
||||
|
Reference in New Issue
Block a user