feat(i18n): add support for Ukrainian

This commit is contained in:
Elian Doran
2025-08-24 10:53:21 +03:00
parent dff525edc6
commit 9f93d30b99
3 changed files with 9 additions and 1 deletions

View File

@@ -50,6 +50,11 @@ const UNSORTED_LOCALES: Locale[] = [
name: "Русский",
electronLocale: "ru"
},
{
id: "uk",
name: "Українська",
electronLocale: "uk"
},
{
id: "ja",
name: "日本語",