Add a script to update django.po

This commit is contained in:
Christophe Boulanger 2016-08-31 12:20:00 +02:00
parent 44d447a559
commit 5441661053
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
#
domain=django
i18ndude rebuild-pot --pot $domain.pot --create $domain ../
i18ndude sync --pot $domain.pot */LC_MESSAGES/$domain.po