add README, replace Github links

This commit is contained in:
uubulb
2024-11-02 23:27:18 +08:00
parent 992785836f
commit 479f6449ed
12 changed files with 502 additions and 21 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
LOCALES := zh_CN en_US
run:
@for locale in $(LOCALES); do \
go run ./cmd/scriptgen/main.go locale.json $$locale; \
done