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 32b3bbfdb2 Improvements to Brazilian Portuguese translations 32b3bbfdb2 is described below commit 32b3bbfdb2596cb26cbde09987a98235fc0b4f38 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 2 13:40:24 2022 +0100 Improvements to Brazilian Portuguese translations --- .../apache/tomcat/util/buf/LocalStrings_pt_BR.properties | 16 ++++++++++++++++ webapps/docs/changelog.xml | 3 +++ 2 files changed, 19 insertions(+) diff --git a/java/org/apache/tomcat/util/buf/LocalStrings_pt_BR.properties b/java/org/apache/tomcat/util/buf/LocalStrings_pt_BR.properties new file mode 100644 index 0000000000..0ff8d884f3 --- /dev/null +++ b/java/org/apache/tomcat/util/buf/LocalStrings_pt_BR.properties @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +messageBytes.illegalCharacter=Caracter Unicode [{0}] no code point [{1}] não pode ser codificado porque está fora do limite (de 0 a 255) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 96de8e4ae3..32383c9ef9 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -302,6 +302,9 @@ <add> Improvements to Korean translations. Contributed by 수현. (markt) </add> + <add> + Improvements to Brazilian Portuguese translations. (markt) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org