mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
I18n ro translation (#2786)
* add Romanian translation * add further RO translations * update locales.ts file * add common.ftl RO translations * fix: linting * fix: updated snapshots Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
This commit is contained in:
committed by
Wyatt Johnson
co-authored by
Wyatt Johnson
parent
6057edcb07
commit
a582773e1d
@@ -205,6 +205,11 @@ exports[`renders configure general 1`] = `
|
||||
>
|
||||
Francais
|
||||
</option>
|
||||
<option
|
||||
value="ro"
|
||||
>
|
||||
Română
|
||||
</option>
|
||||
</select>
|
||||
<span
|
||||
aria-hidden={true}
|
||||
|
||||
@@ -9,7 +9,8 @@ export type LanguageCode =
|
||||
| "de"
|
||||
| "nl-NL"
|
||||
| "da"
|
||||
| "fr-FR";
|
||||
| "fr-FR"
|
||||
| "ro";
|
||||
|
||||
/**
|
||||
* LOCALES_MAP contains a map of language codes associated with their
|
||||
@@ -23,6 +24,7 @@ export const LOCALES_MAP: Record<LanguageCode, string> = {
|
||||
"nl-NL": "Nederlands",
|
||||
da: "Dansk",
|
||||
"fr-FR": "Francais",
|
||||
ro: "Română",
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user