Merge lp:~dpm/indicator-datetime/translator-comments into lp:indicator-datetime/0.3

Proposed by David Planella
Status: Merged
Merged at revision: 71
Proposed branch: lp:~dpm/indicator-datetime/translator-comments
Merge into: lp:indicator-datetime/0.3
Diff against target: 21 lines (+8/-2)
1 file modified
src/settings-shared.h (+8/-2)
To merge this branch: bzr merge lp:~dpm/indicator-datetime/translator-comments
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+54251@code.launchpad.net

Description of the change

Added a couple of missing translator comments. It's always good to comment strftime strings, as translators tend to get confused by them.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/settings-shared.h'
2--- src/settings-shared.h 2011-03-21 03:08:35 +0000
3+++ src/settings-shared.h 2011-03-21 18:21:16 +0000
4@@ -53,9 +53,15 @@
5 #define DEFAULT_TIME_FORMAT DEFAULT_TIME_12_FORMAT
6 #define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT
7
8+/* TRANSLATORS: A format string for the strftime function for
9+ a clock showing the day of the week and the time in 12-hour format without
10+ seconds. */
11 #define DEFAULT_TIME_12_FORMAT_WITH_DAY N_("%a %l:%M %p")
12-/* TRANSLATORS: Information is available in this Launchpad
13- answer: https://answers.launchpad.net/ubuntu/+source/indicator-datetime/+question/149752 */
14+
15+/* TRANSLATORS: A format string for the strftime function for
16+ a clock showing the day of the week and the time in 24-hour format without
17+ seconds. Information is available in this Launchpad answer:
18+ https://answers.launchpad.net/ubuntu/+source/indicator-datetime/+question/149752 */
19 #define DEFAULT_TIME_24_FORMAT_WITH_DAY N_("%a %H:%M")
20
21 #endif

Subscribers

People subscribed via source and target branches