mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:16:37 +02:00
✨ Update i18n module to provide more langs.
This commit is contained in:
parent
af29ca92cc
commit
1d6094e893
4 changed files with 9 additions and 1 deletions
|
@ -33,7 +33,7 @@ paths.dist = "./target/dist/";
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_cn"];
|
||||
const langs = ["ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"];
|
||||
const result = {};
|
||||
|
||||
for (let lang of langs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue