feat(i18n): add Slovene language for selection in the ui
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-11-21 22:14:15 +01:00
parent 0c58ea1ade
commit 4868ac824e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export const SUPPORTED_LOCALES = {
'ja-JP': '日本語',
'hu-HU': 'Magyar',
'ar-SA': 'اَلْعَرَبِيَّةُ',
'sl-SI': 'Slovenščina',
} as const
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES