Skip to content

Commit e86b596

Browse files
authored
🐛 fix: fix normalize russian locale (#1903)
1 parent a930fcb commit e86b596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/locales/resources.ts

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export const normalizeLocale = (locale?: string) => {
3333
return 'de-DE';
3434
}
3535

36+
case 'ru': {
37+
return 'ru-RU';
38+
}
39+
3640
case 'en': {
3741
return 'en-US';
3842
}

0 commit comments

Comments
 (0)