mirror of
https://github.com/django/django.git
synced 2025-07-07 03:09:22 +00:00
Refs #25006 -- Marked again admin time picker shortcuts for translation
This commit is contained in:
parent
d90936f41a
commit
fe000ab18d
@ -10,11 +10,11 @@
|
|||||||
clockInputs: [],
|
clockInputs: [],
|
||||||
clockHours: {
|
clockHours: {
|
||||||
default_: [
|
default_: [
|
||||||
['Now', -1],
|
[gettext_noop('Now'), -1],
|
||||||
['Midnight', 0],
|
[gettext_noop('Midnight'), 0],
|
||||||
['6 a.m.', 6],
|
[gettext_noop('6 a.m.'), 6],
|
||||||
['Noon', 12],
|
[gettext_noop('Noon'), 12],
|
||||||
['6 p.m.', 18]
|
[gettext_noop('6 p.m.'), 18]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
dismissClockFunc: [],
|
dismissClockFunc: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user