https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #8 from Christopher Schultz ---
(In reply to Ivan Krasnov from comment #7)
> For me as a student it's a big honor seeing that my project is not useless.
This is how open-source communities work; we are happy to have you participate
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #7 from Ivan Krasnov ---
Hello Mark!
First of all, thank you very much for adding Russian localisation. For me as a
student it's a big honor seeing that my project is not useless.
I am going to continue my translation Tomcat in to R
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #5 from Mark Thomas ---
Many thanks for the patch. I have applied it to 9.0.x. I'll look at back-ports
next.
I ran the translations through Google Translate and fixed what looked like a
couple of typos. I also fixed a couple of min
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #4 from Mark Thomas ---
The Manager app does localize based on the request. Look for lines like this:
StringManager smClient = StringManager.getManager(Constants.Package,
request.getLocales());
The index page is not currently local
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #3 from Ivan Krasnov ---
Hello Christopher!
>I have not yet reviewed the patch, but theoretically, Tomcat should really be
>detecting the user's UI language preference from the browser's Accept-Language
>header. Is that not curre
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #2 from Christopher Schultz ---
(In reply to Christopher Schultz from comment #1)
> I have not yet reviewed the patch
I forgot to say that I like the idea, generally, or more localized versions of
applications being available.
The
https://bz.apache.org/bugzilla/show_bug.cgi?id=62558
--- Comment #1 from Christopher Schultz ---
I have not yet reviewed the patch, but theoretically, Tomcat should really be
detecting the user's UI language preference from the browser's Accept-Language
header. Is that not currently the case?
If