Skip to content

Commit

Permalink
BUGFIX: Replace tabs with spaces in generated translation files
Browse files Browse the repository at this point in the history
Relates: #20
  • Loading branch information
d-g-codappix committed Aug 30, 2024
1 parent 22cc3c5 commit 20617b8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file datatype="plaintext" original="Labels.xlf" source-language="en" date="2024-04-16T13:20:57+00:00" product-name="codappix/image-fixed-width">
<header/>
<body>
<trans-unit id="title" resname="title">
<source>codappix/image-fixed-width</source>
</trans-unit>
<trans-unit id="description" resname="description">
<source>Description for Content Element codappix/image-fixed-width</source>
</trans-unit>
<trans-unit id="image.label" resname="image.label">
<source>Custom image label</source>
</trans-unit>
</body>
</file>
<file datatype="plaintext" original="Labels.xlf" source-language="en" date="2024-04-16T13:20:57+00:00" product-name="codappix/image-fixed-width">
<header/>
<body>
<trans-unit id="title" resname="title">
<source>codappix/image-fixed-width</source>
</trans-unit>
<trans-unit id="description" resname="description">
<source>Description for Content Element codappix/image-fixed-width</source>
</trans-unit>
<trans-unit id="image.label" resname="image.label">
<source>Custom image label</source>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file datatype="plaintext" original="Labels.xlf" source-language="en" date="2024-04-16T13:20:57+00:00" product-name="codappix/image">
<header/>
<body>
<trans-unit id="title" resname="title">
<source>codappix/image</source>
</trans-unit>
<trans-unit id="description" resname="description">
<source>Description for Content Element codappix/image</source>
</trans-unit>
<trans-unit id="image.label" resname="image.label">
<source>Custom image label</source>
</trans-unit>
</body>
</file>
<file datatype="plaintext" original="Labels.xlf" source-language="en" date="2024-04-16T13:20:57+00:00" product-name="codappix/image">
<header/>
<body>
<trans-unit id="title" resname="title">
<source>codappix/image</source>
</trans-unit>
<trans-unit id="description" resname="description">
<source>Description for Content Element codappix/image</source>
</trans-unit>
<trans-unit id="image.label" resname="image.label">
<source>Custom image label</source>
</trans-unit>
</body>
</file>
</xliff>
3 changes: 0 additions & 3 deletions Tests/Functional/ContentBlocksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ class ContentBlocksTest extends FunctionalTestCase

protected function setUp(): void
{
$this->coreExtensionsToLoad = [
];

$this->testExtensionsToLoad = [
'codappix/typo3-responsive-images',
'contentblocks/content-blocks',
Expand Down

0 comments on commit 20617b8

Please sign in to comment.