Commit fec7b3be authored by Michal Čihař's avatar Michal Čihař

Add option for automatic adding translation file (issue #67)

parent 2dfe3989
...@@ -43,6 +43,7 @@ DEFAULT_COMMIT_MESSAGE = ( ...@@ -43,6 +43,7 @@ DEFAULT_COMMIT_MESSAGE = (
NEW_LANG_CHOICES = ( NEW_LANG_CHOICES = (
('contact', ugettext_lazy('Use contact form')), ('contact', ugettext_lazy('Use contact form')),
('url', ugettext_lazy('Point to translation instructions URL')), ('url', ugettext_lazy('Point to translation instructions URL')),
('add', ugettext_lazy('Automatically add language file')),
('none', ugettext_lazy('No adding of language')), ('none', ugettext_lazy('No adding of language')),
) )
MERGE_CHOICES = ( MERGE_CHOICES = (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment