[california] Added gettext flag no-c-format in order to translate
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [california] Added gettext flag no-c-format in order to translate
- Date: Sun, 13 Jul 2014 09:32:02 +0000 (UTC)
commit f1bbf689de63ae013f110e323e3f94940a643520
Author: Marek Černocký <marek manet cz>
Date: Sun Jul 13 11:31:50 2014 +0200
Added gettext flag no-c-format in order to translate
src/calendar/calendar.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/calendar/calendar.vala b/src/calendar/calendar.vala
index f16735d..9d7e6de 100644
--- a/src/calendar/calendar.vala
+++ b/src/calendar/calendar.vala
@@ -159,12 +159,14 @@ public void init() throws Error {
// A "pretty" date abbreviated and no year according to locale preferences, i.e. "Mon 3/10"
// Leading zeroes will be stripped.
// See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+ /* xgettext:no-c-format */
FMT_PRETTY_DATE_COMPACT_NO_YEAR = _("%a %m/%d");
// A "pretty" date abbreviated with no day of week or year according to locale preferences,
// i.e. "3/10"
// Leading zeroes will be stripped.
// See http://www.cplusplus.com/reference/ctime/strftime/ for format reference
+ /* xgettext:no-c-format */
FMT_PRETTY_DATE_COMPACT_NO_DOW_NO_YEAR = _("%m/%d");
// Ante meridiem
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]