[code.view]

[top] / python / PyMOTW / gettext / gettext_find.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2009 Doug Hellmann All rights reserved.
     #
     """
     """
     #end_pymotw_header
     
     import gettext
     
     catalogs = gettext.find('gettext_example', 'locale', all=True)
     print 'Catalogs:', catalogs
     

[top] / python / PyMOTW / gettext / gettext_find.py

contact | logmethods.com