CC-1960: Internationalize Airtime / Support translations
-added gettext wrapper function to all strings missing it -i18n of jquery timepicker and datepicker -i18n of jquery datatables columnFilter input place holder labels
This commit is contained in:
parent
f3fe05c014
commit
dd0e71efcc
16 changed files with 136 additions and 64 deletions
|
@ -12,7 +12,7 @@ class Application_Form_AddShowRebroadcastDates extends Zend_Form_SubForm
|
|||
$relativeDates = array();
|
||||
$relativeDates[""] = "";
|
||||
for ($i=0; $i<=30; $i++) {
|
||||
$relativeDates["$i days"] = "+$i days";
|
||||
$relativeDates["$i days"] = "+$i "._("days");
|
||||
}
|
||||
|
||||
for ($i=1; $i<=10; $i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue