Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,15 @@ lint-templates: .venv node_modules ## lint template files
lint-yaml: .venv ## lint yaml files
@uv run --frozen yamllint -s .

.PHONY: generate-locale
generate-locale:
@python3 tools/locales/generate_locales.py


.PHONY: search-not-exist-keys-locale
search-not-exist-keys-locale:
@python3 tools/locales/search_not_exist_key_to_EN_us.py

.PHONY: watch
watch: ## watch everything and continuously rebuild
@bash tools/watch.sh
Expand Down
470 changes: 304 additions & 166 deletions options/locale/locale_cs-CZ.ini

Large diffs are not rendered by default.

409 changes: 243 additions & 166 deletions options/locale/locale_de-DE.ini

Large diffs are not rendered by default.

778 changes: 612 additions & 166 deletions options/locale/locale_el-GR.ini

Large diffs are not rendered by default.

Loading