mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Lithuanian (#8134)
* Add lithuanian support to backend * Lithuanian support for frontend
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"lt",
|
||||
"lv",
|
||||
"nl",
|
||||
"no",
|
||||
|
@ -36,6 +36,7 @@ export const getSupportedLanguages = (): Record<string, string> => {
|
||||
it: t`Italian`,
|
||||
ja: t`Japanese`,
|
||||
ko: t`Korean`,
|
||||
lt: t`Lithuanian`,
|
||||
lv: t`Latvian`,
|
||||
nl: t`Dutch`,
|
||||
no: t`Norwegian`,
|
||||
|
4
src/frontend/src/locales/lt/messages.d.ts
vendored
Normal file
4
src/frontend/src/locales/lt/messages.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { Messages } from '@lingui/core';
|
||||
declare const messages: Messages;
|
||||
export { messages };
|
||||
|
6879
src/frontend/src/locales/lt/messages.po
Normal file
6879
src/frontend/src/locales/lt/messages.po
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user