1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 05:14:20 +02:00

Add "Rename" to the reused translations

Just because there are now two references of it.
This commit is contained in:
Miles Cellar
2017-03-02 16:41:15 +01:00
committed by GitHub
parent cf82c04525
commit 35db9d7294

View File

@@ -224,7 +224,7 @@ core:
delete_confirmation: "Are you sure you want to delete this discussion?" delete_confirmation: "Are you sure you want to delete this discussion?"
delete_forever_button: => core.ref.delete_forever delete_forever_button: => core.ref.delete_forever
log_in_to_reply_button: Log In to Reply log_in_to_reply_button: Log In to Reply
rename_button: Rename rename_button: => core.ref.rename
reply_button: => core.ref.reply reply_button: => core.ref.reply
restore_button: => core.ref.restore restore_button: => core.ref.restore
@@ -337,7 +337,7 @@ core:
# These translations are used by the rename discussion modal. # These translations are used by the rename discussion modal.
rename_discussion: rename_discussion:
title: Enter a new title for this discussion title: Enter a new title for this discussion
submit_button: Rename submit_button: => core.ref.rename
# These translations are used by the search results dropdown list. # These translations are used by the search results dropdown list.
search: search:
@@ -521,6 +521,7 @@ core:
notifications: Notifications notifications: Notifications
okay: OK # Referenced by flarum-tags.yml okay: OK # Referenced by flarum-tags.yml
password: Password password: Password
rename: Rename
reply: Reply # Referenced by flarum-mentions.yml reply: Reply # Referenced by flarum-mentions.yml
reset_your_password: Reset Your Password reset_your_password: Reset Your Password
restore: Restore restore: Restore