Skip to content

Commit

Permalink
Merge pull request ajnart#2017 from ajnart/add-romanian
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart authored Apr 18, 2024
2 parents f1dc67f + 230f1f7 commit 34903d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tools/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ export const languages = [
country: 'LT',
locale: 'lt',
dayJsLocale: 'lt'
},
{
shortName: 'ro',
originalName: 'Românesc',
translatedName: 'Romanian',
country: 'RO',
locale: 'ro',
dayJsLocale: 'ro'
}
] as const satisfies Readonly<Language[]>;

Expand Down

0 comments on commit 34903d5

Please sign in to comment.