mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 07:10:30 -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="...">`
4 lines
168 B
Bash
Executable File
4 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
# convert with OpenCC: https://github.com/BYVoid/OpenCC
|
|
sed 's/中文(简体)/中文(臺灣正體)/' < zh-CN.json | opencc -c s2twp.json > zh-TW.json
|