Skip to content

Commit

Permalink
Updated langauge labels, added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal20997 committed Feb 1, 2018
1 parent 6bceee4 commit f83d6ad
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Configuration/TCA/tx_socialservices_domain_model_district.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, district',
],
'types' => [
'1' => ['showitem' => 'sys_language_uid;;;;1-1-1, l10n_parent, l10n_diffsource, hidden;;1, district,--div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access,starttime, endtime'],
'1' => ['showitem' => 'sys_language_uid;;;;1-1-1, l10n_parent, l10n_diffsource, hidden;;1, district,--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.access,starttime, endtime'],
],
'palettes' => [
'1' => ['showitem' => ''],
],
'columns' => [
'sys_language_uid' => [
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xlf:LGL.language',
'config' => [
'type' => 'select',
'foreign_table' => 'sys_language',
Expand Down
4 changes: 2 additions & 2 deletions Configuration/TCA/tx_socialservices_domain_model_helpdesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, street, house_number, zip, city, district, telephone, fax, contact_person, contact_times, email, website, barrier_free, description, tx_maps2_uid, facebook, twitter, google, tags',
],
'types' => [
'1' => ['showitem' => 'sys_language_uid;;;;1-1-1, l10n_parent, l10n_diffsource, hidden;;1, title, street, house_number, zip, city, district, telephone, fax, contact_person, contact_times, email, website, barrier_free, description, tx_maps2_uid, facebook, twitter, google, tags,--div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access,starttime, endtime'],
'1' => ['showitem' => 'sys_language_uid;;;;1-1-1, l10n_parent, l10n_diffsource, hidden;;1, title, street, house_number, zip, city, district, telephone, fax, contact_person, contact_times, email, website, barrier_free, description, tx_maps2_uid, facebook, twitter, google, tags,--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.access,starttime, endtime'],
],
'palettes' => [
'1' => ['showitem' => ''],
],
'columns' => [
'sys_language_uid' => [
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xlf:LGL.language',
'config' => [
'type' => 'select',
'foreign_table' => 'sys_language',
Expand Down
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jweiland/socialservices",
"type": "typo3-cms-extension",
"description": "Frontend extension to display social services",
"license": "GPL-2.0+",
"keywords": ["typo3", "TYPO3 CMS", "socialservices"],
"homepage": "http://www.jweiland.net",
"authors": [
{
"name": "Stefan Froemken",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/jweiland-net/socialservices/issues",
"source": "https://github.com/jweiland-net/socialservices"
},
"require": {
"typo3/cms-core": "~8.7",
"jweiland/maps2": ">=2.9.0,<3.2"
},
"autoload": {
"psr-4": {
"JWeiland\\Socialservices\\": "Classes"
}
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.7.99',
'maps2' => '2.9.0-2.9.99',
'maps2' => '2.9.0-3.1.99',
],
'conflicts' => [
],
Expand Down

0 comments on commit f83d6ad

Please sign in to comment.