Mercurial > moin > 1.9
view MoinMoin/i18n/dummy.py @ 3050:f0250b5a6982
fix small i18n issues (ported from 1.6)
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Tue, 19 Feb 2008 23:27:28 +0100 |
parents | 01f05e74aa9c |
children | 928a45b60bb3 |
line wrap: on
line source
""" This is a dummy file to feed some stuff into gettext system that it would not get otherwise - for automatic generation of the translation files. """ def _(text): pass _('FrontPage') _('RecentChanges') _('TitleIndex') _('WordIndex') _('FindPage') _('SiteNavigation') _('HelpContents') _('HelpOnFormatting') _('UserPreferences') _('SendMyPassword') _('WikiLicense') _('MissingPage') _('MissingHomePage') _('Mon'), _('Tue'), _('Wed'), _('Thu'), _('Fri'), _('Sat'), _('Sun') _('AttachFile') _('DeletePage') _('LikePages') _('LocalSiteMap') _('RenamePage') _('SpellCheck')