changeset 12807:6bbf0139a36d stable

color: give hint to translators about untranslated keywords
author Martin Geisler <mg@lazybytes.net>
date Fri, 22 Oct 2010 16:34:38 +0200
parents 57b9fd75b6f8
children 74f6531581e8
files hgext/color.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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')))