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