This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
pages/Content/components/TranslationItem Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 11export const supportedLanguages = {
22 ZH : '中文' ,
3- 'EN-US' : 'English (American) ' ,
4- 'EN-GB' : 'English (British) ' ,
5- JA : '日本語 ' ,
3+ BG : 'Bulgarian ' ,
4+ CS : 'Czech ' ,
5+ DA : 'Danish ' ,
66 DE : 'German' ,
7- FR : 'French' ,
7+ EL : 'Greek' ,
8+ 'EN-GB' : 'English (British)' ,
9+ 'EN-US' : 'English (American)' ,
810 ES : 'Spanish' ,
9- 'PT-PT' : 'Portuguese' ,
10- 'PT-BR' : 'Portuguese (Brazilian)' ,
11+ ET : 'Estonian' ,
12+ FI : 'Finnish' ,
13+ FR : 'French' ,
14+ HU : 'Hungarian' ,
1115 IT : 'Italian' ,
16+ JA : 'Japanese' ,
17+ LT : 'Lithuanian' ,
18+ LV : 'Latvian' ,
1219 NL : 'Dutch' ,
1320 PL : 'Polish' ,
21+ 'PT-PT' : 'Portuguese' ,
22+ 'PT-BR' : 'Portuguese (Brazilian)' ,
23+ RO : 'Romanian' ,
1424 RU : 'Russian' ,
25+ SK : 'Slovak' ,
26+ SL : 'Slovenian' ,
27+ SV : 'Swedish' ,
1528}
1629
1730export const supportedRegions = {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { useSnackbar } from 'notistack'
44import { Collapse } from 'react-collapse'
55import scrollParent from 'scrollparent'
66import tw , { css } from 'twin.macro'
7- import { supportedLanguages } from '../../../../common/constant'
87
8+ import { supportedLanguages } from '../../../../common/constant'
99import logger from '../../../../common/logger'
1010import { SupportLanguageKeys , TranslateResult } from '../../../../common/types'
1111import IconButton from '../../../../components/IconButton'
You can’t perform that action at this time.
0 commit comments