* 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
|