-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.yml
More file actions
119 lines (117 loc) · 2.56 KB
/
Copy pathlanguages.yml
File metadata and controls
119 lines (117 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# locales/languages.yml
#
# Locked snapshot of supported languages.
# Sourced from the Rise API (exp-rise.cider.sh/api/v1/localization/languages)
# on 2026-05-20, ahead of Rise being phased out. This file is the
# canonical list. Runtime, scripts, and CI all read from here.
#
# Adding a language? Add it HERE (in Citadel), not in the translations
# repo: the i18n-extract sync copies this file over ciderapp/translations'
# languages.yml on every run, so registry edits made over there get
# silently clobbered (this wiped Croatian on 2026-05-25 and Estonian on
# 2026-06-08). Once the entry lands here, the sync propagates it and the
# translations repo's AI fill populates locales/<code>.yml on its own.
source:
url: https://exp-rise.cider.sh/api/v1/localization/languages
snapshotted: 2026-05-20
languages:
cs:
name: Czech
native: Čeština
de:
name: German
native: Deutsch
el:
name: Greek
native: Ελληνικά
en-GB:
name: English (United Kingdom)
native: English (UK)
en-US:
name: English (United States)
native: English (US)
source: true
es-419:
name: Spanish (Latin America)
native: Español (Latinoamérica)
es-ES:
name: Spanish (Spain)
native: Español (España)
et:
name: Estonian
native: Eesti
fi:
name: Finnish
native: Suomi
fr:
name: French
native: Français
fr-CA:
name: French (Canada)
native: Français (Canada)
hi:
name: Hindi
native: हिन्दी
hr:
name: Croatian
native: Hrvatski
hu:
name: Hungarian
native: Magyar
id:
name: Indonesian
native: Bahasa Indonesia
it:
name: Italian
native: Italiano
ja:
name: Japanese
native: 日本語
ko:
name: Korean
native: 한국어
nl:
name: Dutch
native: Nederlands
pl:
name: Polish
native: Polski
pt-BR:
name: Portuguese (Brazil)
native: Português (Brasil)
pt-PT:
name: Portuguese (Portugal)
native: Português (Portugal)
ro:
name: Romanian
native: Română
ru:
name: Russian
native: Русский
sk:
name: Slovak
native: Slovenčina
sv-SE:
name: Swedish
native: Svenska
th:
name: Thai
native: ไทย
tr:
name: Turkish
native: Türkçe
uk:
name: Ukrainian
native: Українська
vi:
name: Vietnamese
native: Tiếng Việt
zh-CN:
name: Chinese (Simplified)
native: 简体中文
zh-HK:
name: Chinese (Hong Kong)
native: 繁體中文(香港)
zh-TW:
name: Chinese (Traditional)
native: 繁體中文