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 /django/contrib | |
| parent | 9969df4f360221fc408da1604f0369f7594a1818 (diff) | |
[6.0.x] Removed third plural form from .po files for Romance languages.
These were missed during manual review.
Diffstat (limited to 'django/contrib')
| -rw-r--r-- | django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
