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 42af4f51e6 Improvements to Russian translations.
42af4f51e6 is described below
commit 42af4f51e6ddc427232cc60b31f312f6cb7d16d9
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 2 13:41:16 2022 +0100
Improvements to Russian translations.
---
java/org/apache/tomcat/websocket/LocalStrings_ru.properties | 2 +-
webapps/docs/changelog.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/websocket/LocalStrings_ru.properties
b/java/org/apache/tomcat/websocket/LocalStrings_ru.properties
index 5f90282dcc..6a1e5c79b2 100644
--- a/java/org/apache/tomcat/websocket/LocalStrings_ru.properties
+++ b/java/org/apache/tomcat/websocket/LocalStrings_ru.properties
@@ -17,4 +17,4 @@ caseInsensitiveKeyMap.nullKey=Пустое значение ключей зап
wsHandshakeRequest.invalidUri=Строка [{0}] не может быть использована для
создания корректного URI
-wsSession.doClose=Закрытие WebSocket сессии [{1}]
+wsSession.doClose=Закрытие WebSocket сессии [{0}]
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 32383c9ef9..9a719fed66 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -305,6 +305,9 @@
<add>
Improvements to Brazilian Portuguese translations. (markt)
</add>
+ <add>
+ Improvements to Russian translations. (markt)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]