Skip to content

Commit

Permalink
Merge tag '2.2.1'
Browse files Browse the repository at this point in the history
Hotfix release 2.2.1

- Merge translations
  • Loading branch information
baumannsven committed Nov 22, 2022
2 parents 5951d37 + 13b1b22 commit 5a0505a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"extra": {
"contao-manager-plugin": "MetaModels\\AttributeTimestampBundle\\ContaoManager\\Plugin",
"branch-alias": {
"dev-feature/2.2.0": "2.2.x-dev"
"dev-hotfix/2.2.1": "2.2.1-dev"
}
},
"config": {
Expand Down
28 changes: 28 additions & 0 deletions src/Resources/contao/languages/de/tl_metamodel_dcasetting.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/**
* This file is part of MetaModels/attribute_timestamp.
*
* (c) 2012-2022 The MetaModels team.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* Translations are managed automatically using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* Last-updated: 2022-11-19T18:03:48+01:00
*
* @copyright 2012-2022 The MetaModels team.
* @license https://github.com/MetaModels/attribute_timestamp/blob/master/LICENSE LGPL-3.0-or-later
* @link https://www.transifex.com/metamodels/public/
* @link https://www.transifex.com/signup/?join_project=metamodels
*/


$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime']['0'] = 'Handhabung von Datum und Uhrzeit';
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime']['1'] = 'Hier können Sie festlegen, welche Teile des Zeitstempels gespeichert werden sollen. Dies kann z.B. für die korrekte Filterung wichtig sein.';
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime_options']['date'] = 'Nur Uhrzeit ohne Datum speichern';
$GLOBALS['TL_LANG']['tl_metamodel_dcasetting']['clear_datetime_options']['time'] = 'Nur Datum ohne Uhrzeit speichern';

0 comments on commit 5a0505a

Please sign in to comment.