add: to localazy.json path to po uk file

This commit is contained in:
Dmytro Chystiakov 2023-09-23 14:21:38 +03:00 committed by Lane.Wei
parent aacc11eef5
commit f6ea42bf53

View file

@ -43,6 +43,11 @@
"type": "po", "type": "po",
"pattern": "bbl/i18n/ja/BambuStudio_ja.po", "pattern": "bbl/i18n/ja/BambuStudio_ja.po",
"lang": "ja" "lang": "ja"
},
{
"type": "po",
"pattern": "bbl/i18n/uk/BambuStudio_uk.po",
"lang": "uk"
} }
] ]
}, },