mirror of
https://github.com/nezhahq/scripts.git
synced 2025-07-12 21:39:32 +08:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
LOCALES := zh_CN en_US
|
|
|
|
run:
|
|
@for locale in $(LOCALES); do \
|
|
go run ./cmd/scriptgen/main.go locale.json $$locale; \
|
|
done
|