##// END OF EJS Templates
color: give hint to translators about untranslated keywords
Martin Geisler -
r12807:6bbf0139 stable
parent child Browse files
Show More
@@ -226,6 +226,8 b' def uisetup(ui):'
226 def extsetup(ui):
226 def extsetup(ui):
227 commands.globalopts.append(
227 commands.globalopts.append(
228 ('', 'color', 'auto',
228 ('', 'color', 'auto',
229 # i18n: 'always', 'auto', and 'never' are keywords and should
230 # not be translated
229 _("when to colorize (boolean, always, auto, or never)"),
231 _("when to colorize (boolean, always, auto, or never)"),
230 _('TYPE')))
232 _('TYPE')))
231
233
General Comments 0
You need to be logged in to leave comments. Login now