Skip to content

Commit f5e1bf8

Browse files
committed
Change transifex data.
1 parent 5cbffce commit f5e1bf8

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

composer.json

-8
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@
5050
},
5151
"extra": {
5252
"contao-manager-plugin": "MetaModels\\AttributeContentArticleBundle\\ContaoManager\\Plugin",
53-
"contao": {
54-
"transifex": {
55-
"project": "metamodels",
56-
"prefix": "attribute_contentarticle-",
57-
"languages_cto": "srcMetaModel/Resources/contao/languages",
58-
"languages_tx": ".tx"
59-
}
60-
},
6153
"branch-alias": {
6254
"dev-master": "2.1.x-dev"
6355
}

ctb.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"transifex": {
3+
"project": "metamodels",
4+
"prefix": "attribute_contentarticle-",
5+
"languages_cto": "src/Resources/contao/languages",
6+
"languages_tx": ".tx",
7+
"php-file-header": [
8+
"This file is part of MetaModels/attribute_contentarticle.",
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_contentarticle/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)