mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 08:11:39 +02:00
🌐 Add new Polish language
This commit is contained in:
parent
3c41693787
commit
36390be72a
2 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,7 @@ marked.use({renderer});
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"];
|
||||
const langs = ["ar", "ca", "de", "el", "en", "es", "fr", "he", "pl", "pt_BR", "ro", "ru", "tr", "zh_CN"];
|
||||
const result = {};
|
||||
|
||||
for (let lang of langs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue