aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example_plugin.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-01-04 00:01:51 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2012-01-04 00:01:51 +0000
commit761572639774ee1642229a24c625a569ef4ab48c (patch)
tree6486d6ee8fe611a8f0754898906ca56e32268542 /doc/example_plugin.c
parent59c03bd147dfaf5b849d2e68397cb63adf6146b5 (diff)
Fixing one compiler warning that shouldn't indicate any real problem (only
causes unpredictable behaviour on wrongly formatted JSON input).
Diffstat (limited to 'doc/example_plugin.c')
0 files changed, 0 insertions, 0 deletions
.0.4'>hotfix/0.19.0.4 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/gettext-2.1.0/samples/po/ko/hello2.po
blob: 3a61accf6f26d974417dd386fbb394be40395ffe (plain)
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
# Hello World 2 -- a sample for ruby-gettext package.
#
# Copyright (C) Masao Mutoh <mutomasa at gmail.com>
#
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext 0.0.0\n"
"POT-Creation-Date: 2002-01-01 03:05:08+0900\n"
"PO-Revision-Date: 2005-12-23 02:00+0900\n"
"Last-Translator: Gyoung-Yoon Noh <nohmad@gmail.com>\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: hello2.rb:9
msgid "World"
msgstr "세상"

#: hello2.rb:8
msgid "One is %{num}\n"
msgstr "하나는 %{num}\n"

#: hello2.rb:9
msgid "Hello %{world}\n"
msgstr "안녕 %{world}\n"