Sha256: 96f6262dee01805f15e2f680eecb0293aef6eceb7ef4183c3eb7d40e15a639db
Contents?: true
Size: 703 Bytes
Versions: 59
Compression:
Stored size: 703 Bytes
Contents
# hello_plural.po - sample for GetText.n_(). # # Copyright (C) 2002-2006 Masao Mutoh # # David Espada <davinci at escomposlinux.org>, 2004. # msgid "" msgstr "" "Project-Id-Version: ruby-gettext 1.6.0\n" "POT-Creation-Date: 2004-11-05 10:11:00+0900\n" "PO-Revision-Date: 2004-11-05 10:32+0100\n" "Last-Translator: David Espada <davinci at escomposlinux.org>\n" "Language-Team: Spanish\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 %{num} apples.\n" msgstr[0] "Hay una manzana.\n" msgstr[1] "Hay %{num} manzanas.\n"
Version data entries
59 entries across 59 versions & 5 rubygems