~philip-peitsch/quickly/multiple-distros

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/python/dialog_camel_case_nameDialog.py

  • Committer: Didier Roche
  • Date: 2010-02-10 05:57:19 UTC
  • mfrom: (412.1.2 ubuntu-i18n)
  • Revision ID: didrocks@ubuntu.com-20100210055719-m3wj01gozlunx1el
add i18n to boiler plate

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
from python_name.helpers import make_window
9
9
 
 
10
import gettext
 
11
from gettext import gettext as _
 
12
gettext.textdomain('project_name')
10
13
 
11
14
class dialog_camel_case_nameDialog(gtk.Dialog):
12
15
    __gtype_name__ = "dialog_camel_case_nameDialog"