Refs #25006 -- Marked again admin time picker shortcuts for translation

This commit is contained in:
Claude Paroz 2017-09-24 13:41:22 +02:00
parent d90936f41a
commit fe000ab18d
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@
clockInputs: [],
clockHours: {
default_: [
['Now', -1],
['Midnight', 0],
['6 a.m.', 6],
['Noon', 12],
['6 p.m.', 18]
[gettext_noop('Now'), -1],
[gettext_noop('Midnight'), 0],
[gettext_noop('6 a.m.'), 6],
[gettext_noop('Noon'), 12],
[gettext_noop('6 p.m.'), 18]
]
},
dismissClockFunc: [],