This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f19bc2264c Improvements to Portuguese (BR) translations by John
William Vicente
f19bc2264c is described below
commit f19bc2264c5647073157732f13e98a8ac73d63fe
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Dec 7 10:43:18 2023 +0000
Improvements to Portuguese (BR) translations by John William Vicente
---
java/org/apache/jasper/resources/LocalStrings_pt_BR.properties | 1 +
webapps/docs/changelog.xml | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
index dc8a2dde3c..7ef3a68a8e 100644
--- a/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
+++ b/java/org/apache/jasper/resources/LocalStrings_pt_BR.properties
@@ -16,6 +16,7 @@
jsp.error.attribute.nowhitespace=A especificação JSP requer que o nome de
atributo seja precedido por um espaço em branco
jsp.error.data.file.processing=Erro a processar arquivo [{0}]
jsp.error.el.template.deferred=#{...} não é permitido no texto do template
+jsp.error.invalid.varscope=escopo de variável invalida [{0}]
jsp.error.no.scriptlets=Elementos de script ( <%!, <jsp:declaration,
<%=, <jsp:expression, <%, <jsp:scriptlet ) não são permitidos aqui.
jsp.error.not.in.template=[{0}] não é permitido no template do texto do body
jsp.error.outputfolder=Sem diretório de saída
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 932e4a4ac9..4d4f28d28d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -189,6 +189,10 @@
<add>
Improvements to Japanese translations by tak7iji. (markt)
</add>
+ <add>
+ Improvements to Brazilian Portuguese translations by John William
+ Vicente. (markt)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]