[gnome-shell] Add flag no-javascript-format for date string
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Add flag no-javascript-format for date string
- Date: Mon, 4 Jan 2016 18:46:11 +0000 (UTC)
commit 0085a9470627eb0c1c8321ff0f39c4cc9c93f4f8
Author: Marek Černocký <marek manet cz>
Date: Fri Dec 25 11:36:26 2015 +0100
Add flag no-javascript-format for date string
js/ui/calendar.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index c6fccbf..d2a7b9c 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]