1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

not add pot file automatically

This commit is contained in:
Vincent LAURENT 2023-09-25 16:33:44 +02:00
parent 01a01ca11e
commit 5a843bafe2

View file

@ -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...