mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
This commit is contained in:
committed by
Tim Graham
parent
1e629928e9
commit
b24af2f405
BIN
tests/view_tests/locale/pt/LC_MESSAGES/djangojs.mo
Normal file
BIN
tests/view_tests/locale/pt/LC_MESSAGES/djangojs.mo
Normal file
Binary file not shown.
27
tests/view_tests/locale/pt/LC_MESSAGES/djangojs.po
Normal file
27
tests/view_tests/locale/pt/LC_MESSAGES/djangojs.po
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-09-15 19:15+0200\n"
|
||||
"PO-Revision-Date: 2010-05-12 12:41-0300\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "{count} plural2"
|
||||
msgid_plural "{count} plural2s"
|
||||
msgstr[0] "{count} plural2"
|
||||
msgstr[1] "{count} plural2s"
|
||||
|
||||
msgid "{count} plural3"
|
||||
msgid_plural "{count} plural3s"
|
||||
msgstr[0] "{count} plural3"
|
||||
msgstr[1] "{count} plural3s"
|
||||
Reference in New Issue
Block a user