-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix .xlf indenting style to use TABs. As specified in the .editorconfig file, TABs should be used for indenting .xlf files. The existing files had inconsistent indenting.
- Loading branch information
Showing
2 changed files
with
92 additions
and
47 deletions.
There are no files selected for viewing
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
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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.0"> | ||
<file source-language="en" datatype="plaintext" original="messages" date="2013-10-21T09:49:32Z" product-name="calendarize"> | ||
<header/> | ||
<body> | ||
<trans-unit id="mlang_tabs_tab"> | ||
<source>Calendarize</source> | ||
</trans-unit> | ||
<trans-unit id="mlang_labels_tabdescr"> | ||
<source>List of all events based on the index.</source> | ||
</trans-unit> | ||
<trans-unit id="mlang_labels_tablabel"> | ||
<source>Calendarize</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
<file source-language="en" datatype="plaintext" original="messages" date="2013-10-21T09:49:32Z" | ||
product-name="calendarize"> | ||
<header/> | ||
<body> | ||
<trans-unit id="mlang_tabs_tab"> | ||
<source>Calendarize</source> | ||
</trans-unit> | ||
<trans-unit id="mlang_labels_tabdescr"> | ||
<source>List of all events based on the index.</source> | ||
</trans-unit> | ||
<trans-unit id="mlang_labels_tablabel"> | ||
<source>Calendarize</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |