mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-18 00:00:18 -07:00
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="...">`
9 lines
127 B
Bash
Executable File
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 ..
|