Skip to content

Commit

Permalink
Unformat locale yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Sep 10, 2021
1 parent d43b72f commit 0fd5350
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions locale/core.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
core:

##
# UNIQUE KEYS - The following keys are used in only one location each.
##

# Translations in this namespace are used by the admin interface.
admin:

# These translations are used in the Appearance page.
appearance:
colored_header_label: Colored Header
Expand Down Expand Up @@ -294,6 +296,7 @@ core:

# Translations in this namespace are used by the forum user interface.
forum:

# These translations are used in the Change Email modal dialog.
change_email:
confirm_password_placeholder: => core.ref.confirm_password
Expand Down Expand Up @@ -524,6 +527,7 @@ core:

# Translations in this namespace are used by the forum and admin interfaces.
lib:

# These translations are displayed as tooltips for discussion badges.
badge:
hidden_tooltip: Hidden
Expand Down Expand Up @@ -577,6 +581,7 @@ core:

# Translations in this namespace are used in views other than Flarum's normal JS client.
views:

# Translations in this namespace are displayed by the basic HTML admin index.
admin:
extensions:
Expand Down Expand Up @@ -644,6 +649,7 @@ core:

# Translations in this namespace are used in emails sent by the forum.
email:

# These translations are used in emails sent when users register new accounts.
activate_account:
subject: Activate Your New Account
Expand Down Expand Up @@ -704,7 +710,7 @@ core:
all_discussions: All Discussions
change_email: Change Email
change_password: Change Password
color: Color # Referenced by flarum-tags.yml
color: Color # Referenced by flarum-tags.yml
confirm_password: Confirm Password
confirm_email: Confirm Email
confirmation_email_sent: "We've sent a confirmation email to {email}. If it doesn't arrive soon, check your spam folder."
Expand All @@ -715,7 +721,7 @@ core:
custom_header_title: Edit Custom Header
delete: Delete
delete_forever: Delete Forever
discussions: Discussions # Referenced by flarum-statistics.yml
discussions: Discussions # Referenced by flarum-statistics.yml
edit: Edit
edit_user: Edit User
email: Email
Expand All @@ -729,25 +735,25 @@ core:
mark_all_as_read: Mark All as Read
next_page: Next Page
notifications: Notifications
okay: OK # Referenced by flarum-tags.yml
okay: OK # Referenced by flarum-tags.yml
password: Password
posts: Posts # Referenced by flarum-statistics.yml
posts: Posts # Referenced by flarum-statistics.yml
previous_page: Previous Page
remove: Remove
rename: Rename
reply: Reply # Referenced by flarum-mentions.yml
reply: Reply # Referenced by flarum-mentions.yml
reset_your_password: Reset Your Password
restore: Restore
save_changes: Save Changes # Referenced by flarum-suspend.yml, flarum-tags.yml
save_changes: Save Changes # Referenced by flarum-suspend.yml, flarum-tags.yml
settings: Settings
sign_up: Sign Up
some_others: "{count, plural, one {# other} other {# others}}" # Referenced by flarum-likes.yml, flarum-mentions.yml
some_others: "{count, plural, one {# other} other {# others}}" # Referenced by flarum-likes.yml, flarum-mentions.yml
start_a_discussion: Start a Discussion
username: Username
users: Users # Referenced by flarum-statistics.yml
users: Users # Referenced by flarum-statistics.yml
view: View
write_a_reply: Write a Reply...
you: You # Referenced by flarum-likes.yml, flarum-mentions.yml
you: You # Referenced by flarum-likes.yml, flarum-mentions.yml

##
# GROUP NAMES - These keys are translated at the back end.
Expand Down

0 comments on commit 0fd5350

Please sign in to comment.