Skip to content

Commit

Permalink
added pt_BR locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Dantas Gueiros committed Feb 20, 2025
1 parent 6e4ffc2 commit 5150522
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changes in 3.2 (2025-02-20)
---------------------------
* Added support to Python 3.10
* Added support to Django 5.0, 5.1
* Added Brazillian Portuguese (pt_BR) locale.

Changes in 3.1.1 (2023-10-09)
---------------------------
Expand Down
31 changes: 31 additions & 0 deletions private_storage/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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: 2025-02-20 19:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
#: fields.py:32
msgid "File type not supported."
msgstr "O tipo de arquivo não é suportado."

#: fields.py:33
#, python-brace-format
msgid "The file may not be larger than {max_size}."
msgstr "O arquivo não pode ser maior que {max_size}."

#: fields.py:104
msgid "Image"
msgstr "Imagem"

0 comments on commit 5150522

Please sign in to comment.