Skip to content

Commit 1aa2112

Browse files
atergaclaude
andauthored
feat: Add Russian and Ukrainian (#3692)
This PR adds Russian and Ukrainian locales for II. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3fe0239 commit 1aa2112

File tree

3 files changed

+2318
-0
lines changed

3 files changed

+2318
-0
lines changed

src/frontend/src/lib/constants/locale.constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const availableLocales = [
88
"id",
99
"it",
1010
"pl",
11+
"ru",
12+
"uk",
1113
"ur",
1214
];
1315

@@ -21,6 +23,8 @@ export const enabledLocales = [
2123
"id",
2224
"it",
2325
"pl",
26+
"ru",
27+
"uk",
2428
"ur",
2529
];
2630

0 commit comments

Comments
 (0)