CC-1960Internationalize Airtime / Support translations
-added gettext wrapper to strings missing it -timepicker close button was not getting translated -fixed
This commit is contained in:
parent
c6a5db4a78
commit
b677130a3f
9 changed files with 40 additions and 35 deletions
|
@ -41,7 +41,7 @@ AIRTIME = (function(AIRTIME) {
|
|||
oBaseTimePickerSettings = {
|
||||
showPeriodLabels: false,
|
||||
showCloseButton: true,
|
||||
showButtonText: $.i18n._("Done"),
|
||||
closeButtonText: $.i18n._("Done"),
|
||||
showLeadingZero: false,
|
||||
defaultTime: '0:00',
|
||||
hourText: $.i18n._("Hour"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue