-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: Replace tabs with spaces in generated translation files
Relates: #20
- Loading branch information
1 parent
938e9c4
commit d54310d
Showing
3 changed files
with
28 additions
and
31 deletions.
There are no files selected for viewing
28 changes: 14 additions & 14 deletions
28
...blocks_example/ContentBlocks/ContentElements/image-fixed-width/Source/Language/Labels.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
28 changes: 14 additions & 14 deletions
28
...res/content_blocks_example/ContentBlocks/ContentElements/image/Source/Language/Labels.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters