Fix/language support (#2154)

This commit is contained in:
crazywoola 2024-01-24 11:08:11 +08:00 committed by GitHub
commit e58c3ac374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 103 additions and 71 deletions

View file

@ -4,6 +4,8 @@ export type Item = {
}
export const LanguagesSupported = ['en-US', 'zh-Hans', 'pt-BR', 'es-ES', 'fr-FR', 'de-DE', 'ja-JP', 'ko-KR', 'ru-RU', 'it-IT']
export const LanguagesSupportedUnderscore = ['en_US', 'zh_Hans', 'pt_BR', 'es_ES', 'fr_FR', 'de_DE', 'ja_JP', 'ko_KR', 'ru_RU', 'it_IT']
export const languages = [
{
value: 'en-US',