mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Add Latvian language support (#6749)
* Add Latvian language support * Add empty frontend translation * Add messages.d.ts
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
"it",
|
||||
"ja",
|
||||
"ko",
|
||||
"lv",
|
||||
"nl",
|
||||
"no",
|
||||
"pl",
|
||||
|
@ -34,6 +34,7 @@ export const getSupportedLanguages = (): Record<string, string> => {
|
||||
it: t`Italian`,
|
||||
ja: t`Japanese`,
|
||||
ko: t`Korean`,
|
||||
lv: t`Latvian`,
|
||||
nl: t`Dutch`,
|
||||
no: t`Norwegian`,
|
||||
pl: t`Polish`,
|
||||
|
4
src/frontend/src/locales/lv/messages.d.ts
vendored
Normal file
4
src/frontend/src/locales/lv/messages.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { Messages } from '@lingui/core';
|
||||
declare const messages: Messages;
|
||||
export { messages };
|
||||
|
4964
src/frontend/src/locales/lv/messages.po
Normal file
4964
src/frontend/src/locales/lv/messages.po
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user