mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations.
Regression in e3e48b0012.
Thanks to Shai Berger for report, reproduce and suggested fix.
This commit is contained in:
committed by
Mariusz Felisiak
parent
df18882473
commit
dd1ca50b09
BIN
tests/i18n/loading_app/locale/en/LC_MESSAGES/django.mo
Normal file
BIN
tests/i18n/loading_app/locale/en/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
25
tests/i18n/loading_app/locale/en/LC_MESSAGES/django.po
Normal file
25
tests/i18n/loading_app/locale/en/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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: 2020-05-13 11:39+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \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);\n"
|
||||
|
||||
#: apps.py:8
|
||||
msgid ""
|
||||
"An app with its own translation files, with one for 'en' but not the "
|
||||
"regional dialects of English"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user