Skip to content

Instantly share code, notes, and snippets.

@tokibito
Created July 2, 2014 09:32
Show Gist options
  • Select an option

  • Save tokibito/a742a31780455a985325 to your computer and use it in GitHub Desktop.

Select an option

Save tokibito/a742a31780455a985325 to your computer and use it in GitHub Desktop.
django translation
>>> from django.utils import translation
>>> ja = translation._trans.translation('ja')
>>> print ja.ugettext('Yes')
はい
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment