Skip to content

Commit 7a1a8a9

Browse files
committed
Move i18n tools to tools directory
1 parent 594ebc8 commit 7a1a8a9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Makefile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -884,10 +884,15 @@ update-translations:
884884
mv ./translations/*.ini ./options/locale/
885885
rmdir ./translations
886886

887-
.PHONY: check-locales
888-
check-locales:
889-
@echo "Checking translations..."
890-
$(GO) run build/check-locales.go
887+
.PHONY: i18n-backport
888+
i18n-backport:
889+
@echo "Backport translations ..."
890+
$(GO) run tools/i18n/backport.go
891+
892+
.PHONY: i18n-cleanup
893+
i18n-cleanup:
894+
@echo "Checking and Cleanup translations..."
895+
$(GO) run tools/i18n/cleanup.go
891896

892897
.PHONY: generate-gitignore
893898
generate-gitignore: ## update gitignore files
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)