mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Missing translation key
This commit is contained in:
parent
533fb0019a
commit
34b871a86c
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<span class="to-indicator"><span>to</span></span>
|
||||
<span class="to-indicator"><span>{{i18n "discourse_local_dates.create.form.to"}}</span></span>
|
||||
|
||||
<div class="to">
|
||||
<div class="control-group date">
|
||||
|
|
|
@ -10,6 +10,7 @@ en:
|
|||
modal_title: Insert date
|
||||
modal_subtitle: "We will automatically convert the date and time to the viewer’s local time zone."
|
||||
form:
|
||||
to: "to"
|
||||
insert: Insert
|
||||
advanced_mode: Advanced mode
|
||||
simple_mode: Simple mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue