view babel/messages/tests/data/project/file1.py @ 115:f7aa8105e5a8

Adding a test project to play with :)
author palgarvio
date Thu, 14 Jun 2007 21:17:14 +0000
parents
children
line wrap: on
line source
# -*- coding: utf-8 -*-
# file1.py for tests

from gettext import gettext as _
def foo():
    # TRANSLATOR: This will be a translator coment,
    # that will include several lines
    print _('bar')
Copyright (C) 2012-2017 Edgewall Software