Hi Gert,
Thank you for helping and for all of your great posts to the forums. This is our first localization, so please be patient with us and accept my apologies for any oversights we may have made. Let me try to address each of your posts in this one.
AjxConfig
---------
I think the values in AjxConfig should actually be settable as part of the general options panel in the application. That is the user should be able to select their date format, their date separator, and their time separator. Of course the user should also be able to set a 12 hour or 24 hour clock. We will fix this in an upcoming release. At the very least these should be localizable in the same manner as the messages are, we will try and address this as soon as possible
String for variables DwtMsg.numberMoreThanMax etc
------------------------------------------------------------
These messages are used when a value violates the rule specified by the message name. So for example in the code if a number is greater than a maximum, then DwtMsg.numberMoreThanMax is the message used etc. So the message name in this case is referring to the condition which causes the message to be returned. Sorry if this is confusing.
Messages in DwtMsg which assume certain date/time format
--------------------------------------------------------------------
This is an oversight. I am logging a bug for it to be fixed, as well I will make sure we address this in other parts of the application as applicable. By the way, we will be providing Bugzilla access in the very near future so you will be able to directly file and track bugs.
Turning on I10N
------------------
Please try the following steps:
- Add a config_gr.properties and a config_gr-gr.properties file under ZimbraWebClient/src. The config_gr.properties file should be a copy of the config_gr-gr.properties file i.e. we will use the gr-gr as the fallback for gr. I suggest using config_en.properties as the template for your files.
- Do the same as above for adminconfig. These are for the administration console
- Redeploy the web client application
- Let the fun begin
It would also be great if you could send me the localized files you have created so that I can try them out on my side. This will help with any debugging we may need to do.
Thanks for your help!
Ross
Last edited by rdargahi : 09-11-2005 at 02:18 AM.
|