Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove empty files from export #33

Open
georgringer opened this issue Nov 20, 2019 · 0 comments
Open

Remove empty files from export #33

georgringer opened this issue Nov 20, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@georgringer
Copy link
Contributor

georgringer commented Nov 20, 2019

If no string of a file is translated, the file is currently still exported. It looks then like this

<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns:t3="http://typo3.org/schemas/xliff" version="1.0">
  <file t3:id="1520838123" source-language="en" datatype="plaintext" original="EXT:adminpanel/Resources/Private/Language/locallang.xlf" date="2018-03-31T08:08:00Z" product-name="adminpanel" target-language="sv-SE">
    <header/>
    <body>
			
			
			
			
			
		</body>
  </file>
</xliff>

It should be possible to skip those files completly.

discussion: https://typo3.slack.com/archives/CM9DSMMPC/p1574278265061700

@georgringer georgringer added the bug Something isn't working label Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants