Skip to content

Commit 6df0ad3

Browse files
feat(topbar): add romanian language (#383)
1 parent dbdbaf4 commit 6df0ad3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

components/topbar/src/languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const supportedLocales = [
1414
"nl",
1515
"pl",
1616
"pt-BR",
17+
"ro",
1718
"ru",
1819
"sv",
1920
"th",

components/topbar/src/translations.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const languageName: Record<SupportedLocale, string> = {
1717
nl: "Nederlands",
1818
pl: "Polski",
1919
"pt-BR": "Português (Brasil)",
20+
ro: "Română",
2021
ru: "Pусский",
2122
sv: "Svenska",
2223
th: "ไทย",
@@ -135,6 +136,12 @@ export const translations: Record<SupportedLocale, Translations> = {
135136
light: "Светлая",
136137
logout: "Выход",
137138
},
139+
ro: {
140+
...englishDefaults,
141+
dark: "Închisă",
142+
light: "Deschisă",
143+
logout: "Deconectare",
144+
},
138145
sv: {
139146
...englishDefaults,
140147
app_dm: "Enhetshantering",

0 commit comments

Comments
 (0)