Hi,
I’m using Crowdin with a Kotlin Multiplatform project and the crowdin/github-action to sync localizations. My Android and shared KMP module translations work correctly for all languages, but the iOS Localizable.xcstrings file does not get Finnish (fi) or German (de) translations populated to Crowdin. Swedish (sv) translations are correctly present in the file on the Crowdin platform.
Sv localizables

Fi localizables

And as we can see Localizable.xcstrings should contain tranlsations for every language.
"tasks_title" : {
"comment" : "Title for tasks section",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Aufgaben"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Tasks"
}
},
"fi" : {
"stringUnit" : {
"state" : "translated",
"value" : "Tehtävät"
}
},
"sv" : {
"stringUnit" : {
"state" : "translated",
"value" : "Uppgifter"
}
}
}
},
{
"source": "/iosApp/App/Resources/Localizable.xcstrings",
"translation": "/iosApp/App/Resources/Localizable.xcstrings",
"multilingual": true,
}