Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.1.2
-
None
Description
When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
(i.e. it, en, fi, ...)
I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured
Any ideas?
I suppose someone could modify AjaxShellDelegate to not write out the djConfig
{ locale: }key/value for locale and see what happens. I can track down the person who works on this in Dojo but I don't want to bother him until I have a clear / definite set of examples to show him.