Added basic i18n
This commit is contained in:
7
cmd/po-export.sh
Executable file
7
cmd/po-export.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
RES_ROOT=./resources
|
||||
|
||||
./cmd/compilei18n/compliei18n
|
||||
json2po -P "$RES_ROOT/src/" "$RES_ROOT/pot/"
|
||||
pot2po -t "$RES_ROOT/po/zh-Hant" "$RES_ROOT/pot" "$RES_ROOT/po/zh-Hant"
|
||||
Reference in New Issue
Block a user