mirror of
https://github.com/flarum/core.git
synced 2025-08-13 20:04:24 +02:00
Fix translation sorting
As reported by @Hiobi on the French language pack ([see commit](416cbd9da9
)).
This commit is contained in:
@@ -94,11 +94,10 @@ core:
|
||||
driver_label: Driver
|
||||
from_label: Sender
|
||||
heading: => core.ref.email
|
||||
mailgun_heading: Mailgun Settings
|
||||
mail_encryption_label: Encryption
|
||||
mail_host_label: Host
|
||||
mail_mailgun_secret_label: Secret key
|
||||
mail_mailgun_domain_label: Domain
|
||||
mail_mailgun_secret_label: Secret key
|
||||
mail_mandrill_secret_label: Secret key
|
||||
mail_password_label: => core.ref.password
|
||||
mail_port_label: Port
|
||||
@@ -106,6 +105,7 @@ core:
|
||||
mail_ses_region_label: Region
|
||||
mail_ses_secret_label: Secret
|
||||
mail_username_label: => core.ref.username
|
||||
mailgun_heading: Mailgun Settings
|
||||
mandrill_heading: Mandrill Settings
|
||||
ses_heading: SES Settings
|
||||
smtp_heading: SMTP Settings
|
||||
|
Reference in New Issue
Block a user