diff --git a/CHANGES.md b/CHANGES.md index fcc74d90a..71c897c0e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -38,6 +38,7 @@ on-premises instances** that want to keep up to date. - Update google fonts (at 2025/05/19) [Taiga 10792](https://tree.taiga.io/project/penpot/us/10792) - Add tooltip component to DS [Taiga 9220](https://tree.taiga.io/project/penpot/us/9220) - Allow multi file token export [Taiga #10144](https://tree.taiga.io/project/penpot/us/10144) +- Add Serbian language ### :bug: Bugs fixed diff --git a/frontend/scripts/_helpers.js b/frontend/scripts/_helpers.js index 7602b9c14..ffa74c188 100644 --- a/frontend/scripts/_helpers.js +++ b/frontend/scripts/_helpers.js @@ -274,6 +274,7 @@ async function readTranslations() { "fa", "fr", "he", + "sr", "nb_NO", "pl", "pt_BR", diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 06aecacc8..66f262f0e 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -43,6 +43,7 @@ {:label "Украї́нська мо́ва (community)" :value "uk"} {:label "Český jazyk (community)" :value "cs"} {:label "Latviešu valoda (community)" :value "lv"} + {:label "Српски (community)" :value "sr"} {:label "Føroyskt mál (community)" :value "fo"} {:label "Korean (community)" :value "ko"} {:label "עִבְרִית (community)" :value "he"}