diff options
Diffstat (limited to 'mailman/i18n.py')
| -rw-r--r-- | mailman/i18n.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mailman/i18n.py b/mailman/i18n.py index 627d509f7..374fee399 100644 --- a/mailman/i18n.py +++ b/mailman/i18n.py @@ -15,6 +15,18 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. +"""Internationalization support.""" + +__metaclass__ = type +__all__ = [ + '_', + 'get_translation', + 'set_language', + 'set_translation', + 'using_language', + ] + + import os import sys import time |
