LDEV-2480 Author progress- Added optional fallback language file to the dictionary library. Now if there is a key that isnt translated, it will fallback to the the file specified to find the label. If it still cant be found "??" + key + "??" is returned as with the java languages file implementation.
LDEV-2480 Author progress- Added optional fallback language file to the dictionary library. Now if there is a key that isnt translated, it will fallback to the the file specified to find the label. If it still cant be found "??" + key + "??" is returned as with the java languages file implementation.
LDEV-2480 Author progress- Added optional fallback language file to the dictionary library. Now if there is a key that isnt translated, it will fallback to the the file specified to find the label. If it still cant be found "??" + key + "??" is returned as with the java languages file implementation.
LDEV-2480 Author progress- Added i18n to project, now reads from xml language files- Toolbar language done apart from file menu- Learning library translatedTODO:- Need to have fallback language entries for un-translated labels
LDEV-2480 Author progress- Improved the drag drop by adding a mouse offset based on where you click on the activity when you want to drag it.... still no 100% accurate.
LDEV-2480 Author progress- Improved the drag drop by adding a mouse offset based on where you click on the activity when you want to drag it.... still no 100% accurate.
LDEV-2480 Author progress- Splitting events and controller away from the model and view, ie:- ActivityComponent no longer handles transition end- CanvasBox no longer handles activity drop for drag and dropThis is handled by AuthorController so we can keep track of the current state of the learning design