File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,31 @@ import defaultTranslations from "@/i18n/translations.en.json";
5
5
import classes from "@/components/header.module.css" ;
6
6
7
7
const languages = {
8
- en : "English" ,
9
- es : "Español" ,
10
- // ...
8
+ en : "English (United States)" ,
9
+ ar : "العربية" ,
10
+ ca : "Català" ,
11
+ "zh-CN" : "简体中文" ,
12
+ "zh-TW" : "繁體中文" ,
13
+ cs : "Čeština" ,
14
+ nl : "Nederlands" ,
15
+ fr : "Français (France)" ,
16
+ de : "Deutsch" ,
17
+ he : "עברית (ישראל)" ,
18
+ hu : "Magyar" ,
19
+ id : "Indonesian" ,
20
+ it : "Italiano (Italia)" ,
21
+ ja : "日本語" ,
22
+ ko : "한국어" ,
23
+ pl : "Polski (Polska)" ,
24
+ "pt-PT" : "Português (Portugal)" ,
25
+ "pt-BR" : "Português brasileiro" ,
26
+ ro : "Romanian" ,
27
+ ru : "Русский" ,
28
+ sk : "Slovenčina (Slovensko)" ,
29
+ "es-ES" : "Español" ,
30
+ "sv-SE" : "Svenska" ,
31
+ tr : "Türkçe" ,
32
+ uk : "Українська" ,
11
33
} ;
12
34
13
35
type TranslationObject = {
You can’t perform that action at this time.
0 commit comments