diff --git a/CHANGES.md b/CHANGES.md index b84fa73fb..8529b03ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ - Navigate up in layer hierarchy with Shift+Enter shortcut [Taiga #5734](https://tree.taiga.io/project/penpot/us/5734) - Click on the flow tags open viewer with the selected frame [Taiga #5044](https://tree.taiga.io/project/penpot/us/5044) +- Add Dutch language & update translation files with weblate ### :bug: Bugs fixed @@ -14,6 +15,7 @@ - Fix deleted pages comments shown in right sidebar [Taiga #5648](https://tree.taiga.io/project/penpot/us/5648) - Fix tooltip on toggle visibility and toggle lock buttons [Taiga #5141](https://tree.taiga.io/project/penpot/issue/5141) + ## 1.19.1 ### :bug: Bugs fixed diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 2083b09df..f9c3ede16 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -49,7 +49,7 @@ function readLocales() { const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es", "fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "id", "ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT", - "cs", "fo", "ko", "lv", + "cs", "fo", "ko", "lv", "nl", // this happens when file does not matches correct // iso code for the language. ["ja_jp", "jpn_JP"], diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index a1f053c73..8f0429993 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -25,6 +25,7 @@ {:label "Español" :value "es"} {:label "Català" :value "ca"} {:label "Deutsch (community)" :value "de"} + {:label "Dutch (community)" :value "nl"} {:label "Euskera (community)" :value "eu"} {:label "Français (community)" :value "fr"} {:label "Gallego (Community)" :value "gl"}