Hey, I’m evaluating Localazy for our company and ran into a blocker:
As we have several apps and some of our files share the same name between our apps, I used the module feature when uploading our keys. Worked great.
But when downloading the metadata file, if two or more files share the same name despite being in different modules, they’re merged in a single entry within the files[] array, but the cdnFiles object contains a duplicate declaration as there are two files for the same language…
{
cdnHash: "xxxxxxx",
file: "select.js",
path: "frontend/ugc",
library: "",
module: "ugc",
buildType: "",
productFlavors: [],
cdnFiles: {
"fr": "https://delivery.localazy.com/xxx/_e0/aaa/fr/select.js",
"fr": "https://delivery.localazy.com/xxx/_e0/bbb/fr/select.js"
}
},
Would be best to have two separate entries if files are in different modules