Skip to content

Commit 6312396

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent 1d82675 commit 6312396

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.88%", "translated": 44797, "entries": 62022, "updated_at": "2026-04-21T23:50:36+00:00Z"}
1+
{"completion": "66.88%", "translated": 44797, "entries": 62022, "updated_at": "2026-04-27T23:53:01+00:00Z"}

tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-08-27 16:11+0000\n"
14+
"POT-Creation-Date: 2026-04-07 16:33+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1293,7 +1293,7 @@ msgstr ""
12931293
"novamente!'):\n"
12941294
" while True:\n"
12951295
" resposta = input(mensagem)\n"
1296-
" if resposta in {'s', 'sim', 'é}:\n"
1296+
" if resposta in {'s', 'sim', 'é'}:\n"
12971297
" return True\n"
12981298
" if resposta in {'n', 'não', 'nah'}:\n"
12991299
" return False\n"

0 commit comments

Comments
 (0)