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
|
@ -195,7 +195,7 @@ class Application_Model_ShowBuilder
|
|||
$dt->setTimezone(new DateTimeZone($this->timezone));
|
||||
$time = $dt->format("Y-m-d H:i");
|
||||
|
||||
$row["rebroadcast_title"] = "Rebroadcast of {$name} from {$time}";
|
||||
$row["rebroadcast_title"] = sprintf(_("Rebroadcast of %s from %s"), $name, $time);
|
||||
} elseif (intval($p_item["si_record"]) === 1) {
|
||||
$row["record"] = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue