color: give hint to translators about untranslated keywords stable
authorMartin Geisler <mg@lazybytes.net>
Fri, 22 Oct 2010 16:34:38 +0200
branchstable
changeset 12807 6bbf0139a36d
parent 12806 57b9fd75b6f8
child 12808 74f6531581e8
color: give hint to translators about untranslated keywords
hgext/color.py
--- a/hgext/color.py	Thu Oct 21 11:45:02 2010 -0200
+++ b/hgext/color.py	Fri Oct 22 16:34:38 2010 +0200
@@ -226,6 +226,8 @@
 def extsetup(ui):
     commands.globalopts.append(
         ('', 'color', 'auto',
+         # i18n: 'always', 'auto', and 'never' are keywords and should
+         # not be translated
          _("when to colorize (boolean, always, auto, or never)"),
          _('TYPE')))