Hi Cameron, As quoted from Cameron Shorter <[EMAIL PROTECTED]>: > I thought that you wanted multiple levels of fall back: > nl-BE falls back to nl, falls back to en.
That's exactly what you would want. You only want to translate those message from nl into nl-BE that deviate (most won't need translation), so you want to fallback from the subtagged language to the main language. Furthermore, because of the delay between adding new messages to the default language and their translation into the supported languages, you obviously want fallback to the default language. > Which is slightly more complicated than one level of fallback nl falls > back to the default, English. It is, but as I outlined in the JIRA issue, doable without too much effort. Kind regards, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
