feat(i18n): add Slovene language for selection in the ui
This commit is contained in:
parent
0c58ea1ade
commit
4868ac824e
@ -20,6 +20,7 @@ export const SUPPORTED_LOCALES = {
|
|||||||
'ja-JP': '日本語',
|
'ja-JP': '日本語',
|
||||||
'hu-HU': 'Magyar',
|
'hu-HU': 'Magyar',
|
||||||
'ar-SA': 'اَلْعَرَبِيَّةُ',
|
'ar-SA': 'اَلْعَرَبِيَّةُ',
|
||||||
|
'sl-SI': 'Slovenščina',
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user