Skip to content

Commit

Permalink
Merge pull request #578 from gmcrocetti/ptbr-translations
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter authored Mar 21, 2024
2 parents b94db68 + f39c975 commit 46fc42c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
| Germano Massullo <github.com/Germano0>
| Gregor Müllegger <gregor@muellegger.de>
| Guilherme Devincenzi <github.com/gdevincenzi>
| Guilherme Crocetti <github.com/gmcrocetti>
| Hanley <hanley@wayup.com>
| Hanley Hansen <hanleyhansen@gmail.com>
| Harry Moreno <morenoh149@gmail.com>
Expand Down
14 changes: 7 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Changelog
=========

4.5.0
-----

To be released
--------------
- Add Brazilian Portuguese translation (GH-#578)
- Don't use `post_init` signal for initialize tracker

4.4.0 (2024-02-10)
------------------

- Add support for `Python 3.11`
- Add support for `Python 3.12`
- Drop support for `Python 3.7`
- Add support for `Python 3.11` (GH-#545)
- Add support for `Python 3.12` (GH-#545)
- Drop support for `Python 3.7` (GH-#545)
- Add support for `Django 4.2`
- Add support for `Django 5.0`
- Remove ``SaveSignalHandlingModel``. This model used a modified copy of the internal Django method `Model.save_base()`
and had not been updated for upstream bug fixes changes since its addition.
- Add Swedish translation
- Use proper column name instead of attname
- Use proper column name instead of attname (GH-#573)
- Fix ValueError when calling prefetch_related for tracked ForeignKey fields

4.3.1 (2022-11-15)
Expand Down
Binary file added model_utils/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
41 changes: 41 additions & 0 deletions model_utils/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# This file is distributed under the same license as the django-model-utils package.
#
# Translators:
# Guilherme Martins Crocetti <24530683+gmcrocetti@users.noreply.github.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: django-model-utils\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-20 22:05-0300\n"
"PO-Revision-Date: 2023-07-20 22:05-0300\n"
"Last-Translator: Guilherme Croceetti <24530683+gmcrocetti@users.noreply.github.com>\n"
"Language-Team: \n"
"Language: pt_BR\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"

#: models.py:25
msgid "created"
msgstr "criado"

#: models.py:26
msgid "modified"
msgstr "modificado"

#: models.py:50
msgid "start"
msgstr "início"

#: models.py:51
msgid "end"
msgstr "fim"

#: models.py:66
msgid "status"
msgstr "estado"

#: models.py:67
msgid "status changed"
msgstr "estado modificado"

0 comments on commit 46fc42c

Please sign in to comment.