diff --git a/js/ui/calendar.js b/js/ui/calendar.js index c6fccbf1c..d2a7b9ca0 100644 --- a/js/ui/calendar.js +++ b/js/ui/calendar.js @@ -725,6 +725,7 @@ const Calendar = new Lang.Class({ // nRows here means 6 weeks + one header + one navbar let nRows = 8; while (row < 8) { + // xgettext:no-javascript-format let button = new St.Button({ label: iter.toLocaleFormat(C_("date day number format", "%d")), can_focus: true }); let rtl = button.get_text_direction() == Clutter.TextDirection.RTL;