Cat-Printer/0-prepare.sh
NaitLee e81553fcc5 Update i18n:
Traditional Chinese by OpenCC conversion
Chinese translation of `jslicense.html` ahead of time
Replace (device) "refresh" as "scan"
Minor change to readme and a few other
I18n will also modify `<html lang="...">`
2022-07-19 21:34:21 +08:00

9 lines
127 B
Bash
Executable File

#!/bin/sh
cd www/lang/
echo "opencc zh-CN to zh-TW..."
./0-opencc.sh
cd ..
echo "tsc bundle scripts..."
./0-transpile.sh
cd ..