0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-06 06:18:32 -05:00

🌐 Add new Polish language

This commit is contained in:
Andrés Moya 2022-05-26 11:10:16 +02:00
parent 3c41693787
commit 36390be72a
2 changed files with 4 additions and 3 deletions

View file

@ -44,7 +44,7 @@ marked.use({renderer});
// Templates // Templates
function readLocales() { function readLocales() {
const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"]; const langs = ["ar", "ca", "de", "el", "en", "es", "fr", "he", "pl", "pt_BR", "ro", "ru", "tr", "zh_CN"];
const result = {}; const result = {};
for (let lang of langs) { for (let lang of langs) {

View file

@ -22,10 +22,11 @@
{:label "Català" :value "ca"} {:label "Català" :value "ca"}
{:label "Français (community)" :value "fr"} {:label "Français (community)" :value "fr"}
{:label "Deutsch (community)" :value "de"} {:label "Deutsch (community)" :value "de"}
{:label "Portuguese - Brazil (community)" :value "pt_br"}
{:label "Polski (community)" :value "pl"}
{:label "Русский (community)" :value "ru"} {:label "Русский (community)" :value "ru"}
{:label "Rumanian (community)" :value "ro"}
{:label "Türkçe (community)" :value "tr"} {:label "Türkçe (community)" :value "tr"}
{:label "Rumanian (communit)" :value "ro"}
{:label "Portuguese (Brazil, community)" :value "pt_br"}
{:label "Ελληνική γλώσσα (community)" :value "el"} {:label "Ελληνική γλώσσα (community)" :value "el"}
{:label "עִבְרִית (community)" :value "he"} {:label "עִבְרִית (community)" :value "he"}
{:label "عربي/عربى (community)" :value "ar"} {:label "عربي/عربى (community)" :value "ar"}