Skip to content

Instantly share code, notes, and snippets.

@dkalisch
Created September 28, 2013 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkalisch/6741142 to your computer and use it in GitHub Desktop.
Save dkalisch/6741142 to your computer and use it in GitHub Desktop.
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" # Versionnumber of your file
"POT-Creation-Date: 2013-09-28 12:40+CEST\n" # Creation date
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" # Revision date
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" # Contact informations
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n" # Charset used e.g. utf-8
"Content-Transfer-Encoding: ENCODING\n" # Encoding used e.g. 8bit
"Generated-By: pygettext.py 1.5\n"
#: YOURFILE.py:9
msgid "Hello World"
msgstr "Hallo Welt"
#: YOURFILE.py:10
msgid "My name is: %s"
msgstr "Mein Name ist: %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment