mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26: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
|
|
@ -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', ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue