-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathhello.po
35 lines (31 loc) · 942 Bytes
/
hello.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: gettext-go-examples-hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-12-12 20:03+0000\n"
"PO-Revision-Date: 2013-12-30 20:47+0800\n"
"Last-Translator: chai2010 <[email protected]>\n"
"Language-Team: chai2010(团队) <[email protected]>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.7\n"
"X-Poedit-SourceCharset: UTF-8\n"
msgctxt "main.init"
msgid "Gettext in init."
msgstr ""
msgctxt "main.main"
msgid "Hello, world!"
msgstr ""
msgctxt "main.func"
msgid "Gettext in func."
msgstr ""
msgctxt "github.com/chai2010/gettext-go/examples/hi.SayHi"
msgid "pkg hi: Hello, world!"
msgstr ""