Skip to content

Commit a81a00f

Browse files
committed
Merge tag '2.2.1'
Hotfix release 2.2.1 - Add ctb
2 parents 40c1dbc + 07a76be commit a81a00f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"extra": {
7979
"contao-manager-plugin": "MetaModels\\AttributeTranslatedTableMultiBundle\\ContaoManager\\Plugin",
8080
"branch-alias": {
81-
"dev-feature/2.2.0": "2.2.x-dev"
81+
"dev-hotfix/2.2.1": "2.2.1-dev"
8282
}
8383
},
8484
"config": {

ctb.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"transifex": {
3+
"project": "metamodels/metamodels",
4+
"prefix": "attribute_translatedtablemulti-",
5+
"languages_cto": "src/Resources/contao/languages",
6+
"languages_tx": ".tx",
7+
"php-file-header": [
8+
"This file is part of MetaModels/attribute_translatedtablemulti.",
9+
"",
10+
"(c) 2012-$$year$$ The MetaModels team.",
11+
"",
12+
"For the full copyright and license information, please view the LICENSE",
13+
"file that was distributed with this source code.",
14+
"",
15+
"This project is provided in good faith and hope to be usable by anyone.",
16+
"",
17+
"Translations are managed automatically using Transifex. To create a new translation",
18+
"or to help to maintain an existing one, please register at transifex.com.",
19+
"",
20+
"Last-updated: $$lastchanged$$",
21+
"",
22+
"@copyright 2012-$$year$$ The MetaModels team.",
23+
"@license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later",
24+
"@link https://www.transifex.com/metamodels/public/",
25+
"@link https://www.transifex.com/signup/?join_project=metamodels"
26+
]
27+
}
28+
}

0 commit comments

Comments
 (0)