mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 11:34:02 +00:00
🎉 Add ukranian lang
This commit is contained in:
parent
f8d00c0e7f
commit
b5c160732e
@ -52,7 +52,8 @@ function readLocales() {
|
||||
"cs", "fo", "ko", "lv",
|
||||
// this happens when file does not matches correct
|
||||
// iso code for the language.
|
||||
["ja_jp", "jpn_JP"]
|
||||
["ja_jp", "jpn_JP"],
|
||||
["uk", "ukr_UA"]
|
||||
];
|
||||
const result = {};
|
||||
|
||||
|
||||
@ -39,6 +39,7 @@
|
||||
{:label "Türkçe (community)" :value "tr"}
|
||||
{:label "Ελληνική γλώσσα (community)" :value "el"}
|
||||
{:label "Русский (community)" :value "ru"}
|
||||
{:label "Украї́нська мо́ва (community)" :value "uk"}
|
||||
{:label "Český jazyk (community)" :value "cs"}
|
||||
{:label "Latviešu valoda (community)" :value "lv"}
|
||||
{:label "Føroyskt mál (community)" :value "fo"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user