diff --git a/src/assets/js/default.js b/src/assets/js/default.js index a7e6f94b..631f8f82 100644 --- a/src/assets/js/default.js +++ b/src/assets/js/default.js @@ -182,6 +182,7 @@ $(function() { now : text.calendar_now, am : text.calendar_am, pm : text.calendar_pm, + weekNo : text.calendar_week_no, }; /** diff --git a/src/classes/page.php b/src/classes/page.php index 6b48a18d..670bd403 100644 --- a/src/classes/page.php +++ b/src/classes/page.php @@ -336,10 +336,11 @@ class Page form_prompt_exactCount : '', form_prompt_maxCount : '', - calendar_today : '', - calendar_now : '', - calendar_am : '', - calendar_pm : '', + calendar_today : '', + calendar_now : '', + calendar_am : '', + calendar_pm : '', + calendar_week_no : '', };