dojo-todo-app icon indicating copy to clipboard operation
dojo-todo-app copied to clipboard

Localize the app

Open ccmitchellusa opened this issue 12 years ago • 5 comments

Show how this app can be run in different regions with appropriate BIDI and localization behavior. Show how dynamically loaded views can have their associated localized strings loaded dynamically as well.

ccmitchellusa avatar Apr 27 '12 18:04 ccmitchellusa

on Remind Me view, date is currently displayed in YYYY-MM-DD format. Use full readable date/time format from cldr: ex. in US english 12hr am/pm format with day of week:

Tuesday, May 8, 2012 2:00 PM

ccmitchellusa avatar May 08 '12 21:05 ccmitchellusa

We might want to wait for dojox/app to better support globalization before doing this. Otherwise we will be showcasing something we don't fully support yet. But still we can add the localized date waiting for full internationalization.

cjolif avatar May 24 '12 16:05 cjolif

is there a ticket open for dojox/app to support globalization? What are the remaining issues?

ccmitchellusa avatar May 30 '12 19:05 ccmitchellusa

There is no support for localization at all. So:

1/ string in the config file can't be localized 2/ there is no facility to help localizing views (like providing a nls package for a view)

There is no ticket as of today but it is listed in the current thinking about next release.

https://docs.google.com/document/d/1fe2qm1x_AHidYd2wNkG77tZgFIrvlt-ctGT0rpb-5F0/edit

cjolif avatar May 30 '12 22:05 cjolif

dojox/app now has globalization support, we must leverage it.

cjolif avatar Mar 01 '13 10:03 cjolif