root/tags/dabo-0.3-2/dLocalize.py
| Revision 307, 175 bytes (checked in by paul, 4 years ago) | |
|---|---|
| |
| 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.
