diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-10 16:23:06 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-12 16:50:05 -0400 |
| commit | 0fbf597ad3989e7ac070820a381e29726b2df373 (patch) | |
| tree | f35ee889562273f174693125f0518363300bb98d | |
| parent | 9969df4f360221fc408da1604f0369f7594a1818 (diff) | |
[6.0.x] Removed third plural form from .po files for Romance languages.
These were missed during manual review.
| -rw-r--r-- | django/conf/locale/es/LC_MESSAGES/django.po | 3 | ||||
| -rw-r--r-- | django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/django/conf/locale/es/LC_MESSAGES/django.po b/django/conf/locale/es/LC_MESSAGES/django.po index 6d9fd6a47c..9d4e5739c4 100644 --- a/django/conf/locale/es/LC_MESSAGES/django.po +++ b/django/conf/locale/es/LC_MESSAGES/django.po @@ -57,8 +57,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " -"1 : 2;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "Afrikaans" msgstr "Africano" diff --git a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po index 292850be34..084749d209 100644 --- a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po @@ -19,8 +19,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "Administrative Documentation" msgstr "Documentação Administrativa" |
