mirror of
https://github.com/nezhahq/scripts.git
synced 2025-07-12 13:29:32 +08:00

* init v1 script * . * complete dashboard script * init agent script (posix) * complete agent script (posix)
7 lines
132 B
Makefile
7 lines
132 B
Makefile
LOCALES := zh_CN en_US
|
|
|
|
run:
|
|
@for locale in $(LOCALES); do \
|
|
go run ./cmd/scriptgen/main.go nezha/translations $$locale; \
|
|
done
|