mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
not add pot file automatically
This commit is contained in:
parent
01a01ca11e
commit
5a843bafe2
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue