mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Support more country codes
This commit is contained in:
parent
96ba41474f
commit
c8583aba04
1 changed files with 7 additions and 1 deletions
|
|
@ -70,10 +70,16 @@ class InvenTreeApp extends StatelessWidget {
|
||||||
GlobalCupertinoLocalizations.delegate,
|
GlobalCupertinoLocalizations.delegate,
|
||||||
],
|
],
|
||||||
supportedLocales: [
|
supportedLocales: [
|
||||||
const Locale('en', ''), // English, no country code
|
|
||||||
const Locale('de', ''),
|
const Locale('de', ''),
|
||||||
|
const Locale('en', ''), // English, no country code
|
||||||
|
const Locale('es', ''),
|
||||||
const Locale('fr', ''),
|
const Locale('fr', ''),
|
||||||
const Locale('it', ''),
|
const Locale('it', ''),
|
||||||
|
const Locale('ja', ''),
|
||||||
|
const Locale('pl', ''),
|
||||||
|
const Locale('ru', ''),
|
||||||
|
const Locale('tr', ''),
|
||||||
|
const Locale('zh', ''),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue