You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the file de.json is in the manifest's directory, has the correct name and the correct contents as per the docs (see above).
[ x ] I am running the latest version of Node and the tools
[ x ] I checked the documentation and found no answer
[ x ] I checked to make sure that this issue has not already been filed
Expected behavior
office-addin-manifest export should work. However, it fails.
This is because the translation file is not included in the manifest.zip, see code, only the main json will get zipped:
Is there any update on this topic.
I have the same issue. After I added the localization files, when I execute npm start to debug the add-in, I get the following error message, because the localization files are not added to the manifest.zip file.
Prerequisites
As per the docs (https://learn.microsoft.com/en-us/office/dev/add-ins/develop/localization?tabs=jsonmanifest), manifest localization can be done like so:
the file de.json is in the manifest's directory, has the correct name and the correct contents as per the docs (see above).
Expected behavior
office-addin-manifest export should work. However, it fails.
This is because the translation file is not included in the manifest.zip, see code, only the main json will get zipped:
Office-Addin-Scripts/packages/office-addin-manifest/src/export.ts
Line 26 in 0c210e9
Current behavior
I get an error "File for languageTag de is missing from the package or path is pointed to a wrong file."
The text was updated successfully, but these errors were encountered: