Sha256: 49c9bb2251b8e78a7f038a43b3c33dec0f763a725fcfe5e91bb7972cdea0f57b
Contents?: true
Size: 713 Bytes
Versions: 12
Compression:
Stored size: 713 Bytes
Contents
# Hello World Pluralization -- a sample for ruby-gettext package. # # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: ruby-gettext 0.0.0\n" "POT-Creation-Date: 2002-10-21 15:32:15+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" "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" #: hello_plural.rb:11 msgid "There is an apple.\n" msgid_plural "There are %d apples.\n" msgstr[0] "사과 %d 개가 있습니다.\n" msgstr[1] "사과 %d 개가 있습니다.\n"
Version data entries
12 entries across 12 versions & 1 rubygems