Hello, when I try to active my mod, it says “Invalid Manifest”. Here is my files for Turkish language. Can somebody tell me what’s wrong?
And here is my files: Imgur
{
“info” : {
“name” : “Turkish-Translation-v21.2”,
“required”: true,
“version” : 3
},
“mixintos” : {
“stonehearth/locales/supported_languages.json” : “file(added_languages.json)”
},
“overrides” : {
"stonehearth/locales/tr-TR.json": "file(translations/tr-TR.json)",
"stonehearth/locales/tr.json": "file(translations/tr-TR.json)",
"rayyas_children/locales/tr-TR.json": "file(translations/tr_rayya.json)",
"rayyas_children/locales/tr.json": "file(translations/tr_rayya.json)",
"stonehearth/ui/root/css/fonts/autourone/AutourOne-Regular-webfont.eot" : "file(fonts/tr-TR/arcon-rounded-regular-webfont.eot)",
"stonehearth/ui/root/css/fonts/autourone/AutourOne-Regular-webfont.svg" : "file(fonts/tr-TR/arcon-rounded-regular-webfont.svg)",
"stonehearth/ui/root/css/fonts/autourone/AutourOne-Regular-webfont.ttf" : "file(fonts/tr-TR/arcon-rounded-regular-webfont.ttf)",
"stonehearth/ui/root/css/fonts/autourone/AutourOne-Regular-webfont.woff" : "file(fonts/tr-TR/arcon-rounded-regular-webfont.woff)",
"stonehearth/ui/root/css/fonts/grobold/grobold-webfont.eot" : "file(fonts/tr-TR/Geometry_Soft_Pro-Bold_N-webfont.eot)",
"stonehearth/ui/root/css/fonts/grobold/grobold-webfont.svg" : "file(fonts/tr-TR/Geometry_Soft_Pro-Bold_N-webfont.svg)",
"stonehearth/ui/root/css/fonts/grobold/grobold-webfont.ttf" : "file(fonts/tr-TR/Geometry_Soft_Pro-Bold_N-webfont.ttf)",
"stonehearth/ui/root/css/fonts/grobold/grobold-webfont.woff" : "file(fonts/tr-TR/Geometry_Soft_Pro-Bold_N-webfont.woff)"
}
}