Label and Translation not working after upgrade to 9.63
Posted: Wed Dec 23, 2015 8:16 pm
Before upgrade to 9.63, I have customize the Home button to Close.
It is working well till I upgraded to 9.63. Now it is displaying Home , instead of Close. No matter what values I changed to for whichever labels, it is not displaying the translated labels.
Thank you
(function() {
'use strict';
angular
.module('app')
.config(['$translateProvider', 'calendarOptions', function ($translateProvider, calendarOptions) {
//English language and substitutions
$translateProvider.translations('en', {
//These are name value pairs. Customize the values only (the item after the colon)
'Home': "Close"
'Calendars': "Calendars",
'Filters': "Filters",
'Settings': "Settings",
It is working well till I upgraded to 9.63. Now it is displaying Home , instead of Close. No matter what values I changed to for whichever labels, it is not displaying the translated labels.
Thank you
(function() {
'use strict';
angular
.module('app')
.config(['$translateProvider', 'calendarOptions', function ($translateProvider, calendarOptions) {
//English language and substitutions
$translateProvider.translations('en', {
//These are name value pairs. Customize the values only (the item after the colon)
'Home': "Close"
'Calendars': "Calendars",
'Filters': "Filters",
'Settings': "Settings",