Add Romanian translations (#248)

* Add Romanian translations

Create ro.json.

* Add ro option.

Add ro option.

* Update ro.json

* Prettier

---------

Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
This commit is contained in:
stefansn
2024-10-20 06:10:58 +03:00
committed by GitHub
parent e9d583113a
commit f5154393e2
12 changed files with 424 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ export const locales = [
'ru-RU',
'it-IT',
'ua-UA',
'ro',
] as const
export type Locale = (typeof locales)[number]
export type Locales = ReadonlyArray<Locale>