This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 76d72c7 Align with 9.0.x. Additional translations. new 4b99e91 Align with 9.0.x. Remove unnecessary code. new 72bcae3 Align with 9.0.x new ec40c29 Align with 9.0.x. Add additional translations. new 3a8d981 Align with 9.0.x. Spacing and additional i18n keys. new 576194a Align with 9.0.x. Additional translations. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../websocket/AsyncChannelWrapperSecure.java | 6 +- .../tomcat/websocket/LocalStrings.properties | 4 +- .../tomcat/websocket/LocalStrings_es.properties | 45 +++++++ .../tomcat/websocket/LocalStrings_fr.properties | 132 +++++++++++++++++++++ .../tomcat/websocket/LocalStrings_ja.properties | 132 +++++++++++++++++++++ .../websocket/LocalStrings_ru.properties} | 6 +- .../apache/tomcat/websocket/PerMessageDeflate.java | 2 +- .../tomcat/websocket/WsRemoteEndpointImplBase.java | 2 +- .../websocket/WsRemoteEndpointImplClient.java | 2 +- .../websocket/server/LocalStrings.properties | 1 - .../websocket/server}/LocalStrings_es.properties | 7 +- .../websocket/server/LocalStrings_fr.properties | 43 +++++++ .../websocket/server/LocalStrings_ja.properties | 43 +++++++ .../websocket/server/WsHandshakeRequest.java | 4 +- .../server/WsRemoteEndpointImplServer.java | 2 +- 15 files changed, 413 insertions(+), 18 deletions(-) create mode 100644 java/org/apache/tomcat/websocket/LocalStrings_es.properties create mode 100644 java/org/apache/tomcat/websocket/LocalStrings_fr.properties create mode 100644 java/org/apache/tomcat/websocket/LocalStrings_ja.properties copy java/org/apache/{coyote/LocalStrings_es.properties => tomcat/websocket/LocalStrings_ru.properties} (71%) copy java/org/apache/{coyote => tomcat/websocket/server}/LocalStrings_es.properties (69%) create mode 100644 java/org/apache/tomcat/websocket/server/LocalStrings_fr.properties create mode 100644 java/org/apache/tomcat/websocket/server/LocalStrings_ja.properties --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org