Sha256: 8e6cce649d5f791365f6b1038f5ed6d2f5f9772277561c49c12f1fc9732c0424
Contents?: true
Size: 637 Bytes
Versions: 14
Compression:
Stored size: 637 Bytes
Contents
# hello_plural.po - sample for GetText.n_() # # Copyright (C) 2004 Laurent Sansonetti <lrz@rubymonks.org> # msgid "" msgstr "" "Project-Id-Version: ruby-gettext 0.8.0\n" "POT-Creation-Date: 2002-10-21 15:32:15+0900\n" "PO-Revision-Date: 2004-11-04 09:22+0100\n" "Last-Translator: Laurent Sansonetti\n" "Language-Team: French\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] "Il y a une pomme.\n" msgstr[1] "Il y a %d pommes.\n"
Version data entries
14 entries across 14 versions & 1 rubygems