mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Update release notes,
- Also adds locale support for more language codes
This commit is contained in:
parent
51f3be899b
commit
9b090723f9
4 changed files with 26 additions and 12 deletions
2
lib/l10n
2
lib/l10n
|
|
@ -1 +1 @@
|
|||
Subproject commit 46d08c9cc0043113fee5c0d134861c5d12554b71
|
||||
Subproject commit 5889c96004c734ac81a9c67002e75fe477f632cd
|
||||
|
|
@ -64,16 +64,24 @@ class InvenTreeApp extends StatelessWidget {
|
|||
GlobalCupertinoLocalizations.delegate,
|
||||
],
|
||||
supportedLocales: [
|
||||
const Locale('de', ''),
|
||||
const Locale('en', ''),
|
||||
const Locale('es', ''),
|
||||
const Locale('fr', ''),
|
||||
const Locale('it', ''),
|
||||
const Locale('ja', ''),
|
||||
const Locale('pl', ''),
|
||||
const Locale('ru', ''),
|
||||
const Locale('tr', ''),
|
||||
const Locale('zh', ''),
|
||||
const Locale('de', ''), // German
|
||||
const Locale('el', ''), // Greek
|
||||
const Locale('en', ''), // English
|
||||
const Locale('es', ''), // Spanish
|
||||
const Locale('fr', ''), // French
|
||||
const Locale('he', ''), // Hebrew
|
||||
const Locale('it', ''), // Italian
|
||||
const Locale('ja', ''), // Japanese
|
||||
const Locale('ko', ''), // Korean
|
||||
const Locale('nl', ''), // Dutch
|
||||
const Locale('no', ''), // Norwegian
|
||||
const Locale('pl', ''), // Polish
|
||||
const Locale('ru', ''), // Russian
|
||||
const Locale('sv', ''), // Swedish
|
||||
const Locale('th', ''), // Thai
|
||||
const Locale('tr', ''), // Turkish
|
||||
const Locale('vi', ''), // Vietnamese
|
||||
const Locale('zh-CN', ''), // Chinese
|
||||
],
|
||||
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue