0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 06:41:40 -05:00

🎉 Add Indonesian lang to the supported languages

This commit is contained in:
Andrey Antukh 2023-04-24 16:22:31 +02:00
parent 7b93c0bb09
commit 8e860ec5a6
3 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,7 @@
- Fix page context menu [Taiga #5145](https://tree.taiga.io/project/penpot/issue/5145)
- Fix project file count [Taiga #5148](https://tree.taiga.io/project/penpot/issue/5148)
- Fix OIDC roles checking mechanism [GH #3152](https://github.com/penpot/penpot/issues/3152)
- Import updated translation strings from weblate
### :arrow_up: Deps updates

View file

@ -47,7 +47,7 @@ marked.use({renderer});
function readLocales() {
const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es",
"fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro",
"fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "id",
"ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT",
// this happens when file does not matches correct
// iso code for the language.

View file

@ -34,6 +34,7 @@
{:label "Polski (community)" :value "pl"}
{:label "Portuguese - Brazil (community)" :value "pt_br"}
{:label "Portuguese - Portugal (community)" :value "pt_pt"}
{:label "Bahasa Indonesia (community)" :value "id"}
{:label "Rumanian (community)" :value "ro"}
{:label "Türkçe (community)" :value "tr"}
{:label "Ελληνική γλώσσα (community)" :value "el"}