mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Add instruction for compiling translated strings before release
This commit is contained in:
@ -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