Skip to content

Commit 23356c5

Browse files
committed
✨(backend) remove i18n location lines in .po files
1 parent 802acc7 commit 23356c5

File tree

11 files changed

+11
-1911
lines changed

11 files changed

+11
-1911
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ back-i18n-compile: ## compile the gettext files
290290
.PHONY: back-i18n-compile
291291

292292
back-i18n-generate: ## create the .pot files used for i18n
293-
@$(MANAGE) makemessages -a --keep-pot --all
293+
@$(MANAGE) makemessages -a --keep-pot --all --no-location
294294
.PHONY: back-i18n-generate
295295

296296
back-shell: ## open a shell in the backend container

0 commit comments

Comments
 (0)