mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Add Indonesian lang to the supported languages
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
- Fix page context menu [Taiga #5145](https://tree.taiga.io/project/penpot/issue/5145)
|
- 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 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)
|
- Fix OIDC roles checking mechanism [GH #3152](https://github.com/penpot/penpot/issues/3152)
|
||||||
|
- Import updated translation strings from weblate
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ marked.use({renderer});
|
|||||||
|
|
||||||
function readLocales() {
|
function readLocales() {
|
||||||
const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es",
|
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",
|
"ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT",
|
||||||
// this happens when file does not matches correct
|
// this happens when file does not matches correct
|
||||||
// iso code for the language.
|
// iso code for the language.
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
{:label "Polski (community)" :value "pl"}
|
{:label "Polski (community)" :value "pl"}
|
||||||
{:label "Portuguese - Brazil (community)" :value "pt_br"}
|
{:label "Portuguese - Brazil (community)" :value "pt_br"}
|
||||||
{:label "Portuguese - Portugal (community)" :value "pt_pt"}
|
{:label "Portuguese - Portugal (community)" :value "pt_pt"}
|
||||||
|
{:label "Bahasa Indonesia (community)" :value "id"}
|
||||||
{:label "Rumanian (community)" :value "ro"}
|
{:label "Rumanian (community)" :value "ro"}
|
||||||
{:label "Türkçe (community)" :value "tr"}
|
{:label "Türkçe (community)" :value "tr"}
|
||||||
{:label "Ελληνική γλώσσα (community)" :value "el"}
|
{:label "Ελληνική γλώσσα (community)" :value "el"}
|
||||||
|
|||||||
Reference in New Issue
Block a user