https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
Bug ID: 62558
Summary: Tomcat Russian localization
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Created attachment 36045
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36045&action=edit
Russian Localisation
Hello,
I would like to suggest a patch with Russian localization (see attachment).
It contains changes for the build system and translation of a few pages.
If it's checked in, I am going to provide more translations.
I've noted that start page (index.jsp) is not localized - is it expected
behavior? What is the correct way to have it localized in my project?
To change the language you need to update /tomcat9/bin/catalina.sh file in the
following way:
add this
if [ -z "$LOGGING_MANAGER" ]; then
JAVA_OPTS="$JAVA_OPTS
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Duser.language=ru -Duser.region=RU"
else
JAVA_OPTS="$JAVA_OPTS $LOGGING_MANAGER -Duser.language=ru -Duser.region=RU"
fi
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]