mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 00:36:38 +02:00
🎉 Add Indonesian lang to the supported languages
This commit is contained in:
parent
7b93c0bb09
commit
8e860ec5a6
3 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue