Improve multilanguage support
This commit is contained in:
parent
85eeaa0257
commit
909b1ec374
|
|
@ -8,6 +8,7 @@ return [
|
|||
'locale' => [
|
||||
'en' => 'English',
|
||||
'de' => 'German',
|
||||
'el' => 'Greek',
|
||||
'es' => 'Spanish',
|
||||
'es-ar' => 'Spanish (Argentina)',
|
||||
'fa' => 'Persian',
|
||||
|
|
@ -27,8 +28,7 @@ return [
|
|||
'sk' => 'Slovak (Slovakia)',
|
||||
'tr' => 'Turkish',
|
||||
'zh-cn' => 'Chinese (China)',
|
||||
'zh-tw' => 'Chinese (Taiwan)',
|
||||
'el' => 'Greek'
|
||||
'zh-tw' => 'Chinese (Taiwan)'
|
||||
],
|
||||
'directory' => [
|
||||
'create_fail' => 'Cannot create directory: :name'
|
||||
|
|
@ -170,6 +170,7 @@ return [
|
|||
'menu_layouts_label' => 'Mail Layouts',
|
||||
'layout' => 'Layout',
|
||||
'layouts' => 'Layouts',
|
||||
'no_layout' => '-- No layout --',
|
||||
'name' => 'Name',
|
||||
'name_comment' => 'Unique name used to refer to this template',
|
||||
'code' => 'Code',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ fields:
|
|||
layout:
|
||||
label: system::lang.mail_templates.layout
|
||||
type: relation
|
||||
emptyOption: -- No layout --
|
||||
emptyOption: system::lang.mail_templates.no_layout
|
||||
|
||||
code:
|
||||
label: system::lang.mail_templates.code
|
||||
|
|
@ -39,4 +39,4 @@ secondaryTabs:
|
|||
content_text:
|
||||
type: textarea
|
||||
size: huge
|
||||
tab: system::lang.mail_templates.content_text
|
||||
tab: system::lang.mail_templates.content_text
|
||||
|
|
|
|||
Loading…
Reference in New Issue