Hello,
I try to create a translation extension for Business Central 2020. I have added dependencies to System and Base application in app.json file. And I have added "features": [ "TranslationFile", "GenerateCaptions" ].
When I build the package a tempte .xlf file is created in folder Translations but this file is empty. It contains only the following
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en-US" target-language="en-US" original="Bulgarian Translation">
<body>
<group id="body" />
</body>
</file>
</xliff>
It does not contain any captions. What am I doing wrong?