feat(i18n): use Romanian translation for ro-MD locale (#828)

This commit is contained in:
Silviu Lorenț 2024-02-08 18:48:13 +02:00 committed by GitHub
parent e186811c9c
commit fd785ada56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ export const TRANSLATIONS = {
"de-DE": de, "de-DE": de,
"nl-NL": nl, "nl-NL": nl,
"ro-RO": ro, "ro-RO": ro,
"ro-MD": ro,
"es-ES": es, "es-ES": es,
"uk-UA": uk, "uk-UA": uk,
} as const } as const