Improve multilanguage support

This commit is contained in:
Szabó Gergő 2015-07-29 16:25:22 +02:00 committed by Samuel Georges
parent 85eeaa0257
commit 909b1ec374
2 changed files with 5 additions and 4 deletions

View File

@ -8,6 +8,7 @@ return [
'locale' => [ 'locale' => [
'en' => 'English', 'en' => 'English',
'de' => 'German', 'de' => 'German',
'el' => 'Greek',
'es' => 'Spanish', 'es' => 'Spanish',
'es-ar' => 'Spanish (Argentina)', 'es-ar' => 'Spanish (Argentina)',
'fa' => 'Persian', 'fa' => 'Persian',
@ -27,8 +28,7 @@ return [
'sk' => 'Slovak (Slovakia)', 'sk' => 'Slovak (Slovakia)',
'tr' => 'Turkish', 'tr' => 'Turkish',
'zh-cn' => 'Chinese (China)', 'zh-cn' => 'Chinese (China)',
'zh-tw' => 'Chinese (Taiwan)', 'zh-tw' => 'Chinese (Taiwan)'
'el' => 'Greek'
], ],
'directory' => [ 'directory' => [
'create_fail' => 'Cannot create directory: :name' 'create_fail' => 'Cannot create directory: :name'
@ -170,6 +170,7 @@ return [
'menu_layouts_label' => 'Mail Layouts', 'menu_layouts_label' => 'Mail Layouts',
'layout' => 'Layout', 'layout' => 'Layout',
'layouts' => 'Layouts', 'layouts' => 'Layouts',
'no_layout' => '-- No layout --',
'name' => 'Name', 'name' => 'Name',
'name_comment' => 'Unique name used to refer to this template', 'name_comment' => 'Unique name used to refer to this template',
'code' => 'Code', 'code' => 'Code',

View File

@ -7,7 +7,7 @@ fields:
layout: layout:
label: system::lang.mail_templates.layout label: system::lang.mail_templates.layout
type: relation type: relation
emptyOption: -- No layout -- emptyOption: system::lang.mail_templates.no_layout
code: code:
label: system::lang.mail_templates.code label: system::lang.mail_templates.code
@ -39,4 +39,4 @@ secondaryTabs:
content_text: content_text:
type: textarea type: textarea
size: huge size: huge
tab: system::lang.mail_templates.content_text tab: system::lang.mail_templates.content_text