root/tags/dabo-0.3-2/dLocalize.py

Revision 307, 175 bytes (checked in by paul, 4 years ago)

Remove svn:executable flags from some of the newly-added scripts. I
think that this flag is getting added automagically for some reason.

  • Property svn:eol-style set to native
Line 
1 def _(s):
2     """
3     Just a stub for now. In the future, it can check a localization
4     file and return the appropriate translation for the current language.
5     """
6     return s
7
8 loc = _
Note: See TracBrowser for help on using the browser.