##// END OF EJS Templates
i18n: register new template keywords for translation
Patrick Mezard -
r13698:f30ce598 default
parent child Browse files
Show More
@@ -362,3 +362,6 b' def extsetup(ui):'
362 templatekw.keywords['svnrev'] = kwsvnrev
362 templatekw.keywords['svnrev'] = kwsvnrev
363 templatekw.keywords['svnpath'] = kwsvnpath
363 templatekw.keywords['svnpath'] = kwsvnpath
364 templatekw.keywords['svnuuid'] = kwsvnuuid
364 templatekw.keywords['svnuuid'] = kwsvnuuid
365
366 # tell hggettext to extract docstrings from these functions:
367 i18nfunctions = [kwsvnrev, kwsvnpath, kwsvnuuid]
@@ -640,4 +640,4 b' cmdtable = {'
640 }
640 }
641
641
642 # tell hggettext to extract docstrings from these functions:
642 # tell hggettext to extract docstrings from these functions:
643 i18nfunctions = [revsettransplanted]
643 i18nfunctions = [revsettransplanted, kwtransplanted]
General Comments 0
You need to be logged in to leave comments. Login now