Fixed docker build

This commit is contained in:
2026-03-10 15:28:49 +08:00
parent 7d1de5f781
commit ddf452b92f
5 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
RES_ROOT=./resources
# Primary language
cp -r "$RES_ROOT/src" "$RES_ROOT/langpacks/en"
cp -r "$RES_ROOT/src/*" "$RES_ROOT/langpacks/en/"
# zh-Hant
po2json -t "$RES_ROOT/src/" "$RES_ROOT/po/zh-Hant" "$RES_ROOT/langpacks/zh-Hant"