Skip to content

Commit

Permalink
not add pot file automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Sep 25, 2023
1 parent 01a01ca commit 5a843ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ update_trad:
@for lang in $$(find locale -mindepth 1 -maxdepth 1 -type d); do \
po_file="$$lang/LC_MESSAGES/application.po"; \
msgmerge --update -N "$$po_file" ./locale/application.pot; \
git add ./locale/application.pot; \
done

# Creation des fichiers .mo...
Expand Down

0 comments on commit 5a843ba

Please sign in to comment.