Skip to content

Commit

Permalink
Add commands and small update in script
Browse files Browse the repository at this point in the history
  • Loading branch information
kakshay21 committed Jun 9, 2018
1 parent b28a451 commit d8ddb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -6,7 +6,8 @@
# locales/[language]/LC_MESSAGES/{{{ package.dottedname }}}.po
# (e.g. locales/de/LC_MESSAGES/{{{ package.dottedname }}}.po)

I18NDUDE=../../../../bin/i18ndude
domain={{{ package.dottedname }}}

i18ndude rebuild-pot --pot $domain.pot --create $domain ../
i18ndude sync --pot $domain.pot */LC_MESSAGES/$domain.po
$I18NDUDE rebuild-pot --pot $domain.pot --create $domain ../
$I18NDUDE sync --pot $domain.pot */LC_MESSAGES/$domain.po

0 comments on commit d8ddb98

Please sign in to comment.