Skip to content

Commit f816cfc

Browse files
Auto-update of site package files (#347)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0be7154 commit f816cfc

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<xliff version="1.0">
3-
<file source-language="en" datatype="plaintext" original="messages" date="2025-01-26UTC08:22:400">
3+
<file source-language="en" datatype="plaintext" original="messages" date="2025-02-01UTC02:28:280">
44
<header>
5-
<authorName>John Doe</authorName>
6-
<authorEmail>j.doe@example.com</authorEmail>
5+
<authorName>J. Doe</authorName>
6+
<authorEmail>j.doe@example.org</authorEmail>
77
</header>
88
<body>
99
</body>

Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<xliff version="1.0">
3-
<file source-language="en" datatype="plaintext" original="messages" date="2025-01-26UTC08:22:400">
3+
<file source-language="en" datatype="plaintext" original="messages" date="2025-02-01UTC02:28:280">
44
<header>
5-
<authorName>John Doe</authorName>
6-
<authorEmail>j.doe@example.com</authorEmail>
5+
<authorName>J. Doe</authorName>
6+
<authorEmail>j.doe@example.org</authorEmail>
77
</header>
88
<body>
99
<trans-unit id="backend_layout.default">

Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
22
<xliff version="1.0">
3-
<file source-language="en" datatype="plaintext" original="messages" date="2025-01-26UTC08:22:400">
3+
<file source-language="en" datatype="plaintext" original="messages" date="2025-02-01UTC02:28:280">
44
<header>
5-
<authorName>John Doe</authorName>
6-
<authorEmail>j.doe@example.com</authorEmail>
5+
<authorName>J. Doe</authorName>
6+
<authorEmail>j.doe@example.org</authorEmail>
77
</header>
88
<body>
99
</body>

Documentation/CodeSnippets/my_site_package/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "my-vendor/my-site-package",
33
"type": "typo3-cms-extension",
4-
"description": "",
5-
"homepage": "https://example.com",
4+
"description": "Site package to follow the tutorial.",
5+
"homepage": "https://docs.typo3.org/permalink/t3sitepackage:start",
66
"license": ["GPL-2.0-or-later"],
77
"keywords": ["TYPO3 CMS"],
88
"require": {

Documentation/CodeSnippets/my_site_package/ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$EM_CONF[$_EXTKEY] = [
44
'title' => 'My Site Package',
5-
'description' => '',
5+
'description' => 'Site package to follow the tutorial.',
66
'category' => 'templates',
77
'constraints' => [
88
'depends' => [
@@ -22,8 +22,8 @@
2222
'uploadfolder' => 0,
2323
'createDirs' => '',
2424
'clearCacheOnLoad' => 1,
25-
'author' => 'John Doe',
26-
'author_email' => 'j.doe@example.com',
25+
'author' => 'J. Doe',
26+
'author_email' => 'j.doe@example.org',
2727
'author_company' => 'My Vendor',
2828
'version' => '1.0.0',
2929
];

0 commit comments

Comments
 (0)