Localizable.xcstrings keeps removed languages

To localise an iOS app, I usually import Localizable.xcstrings to crowdin, it adds new requests for translation.

Once all is translated, build and download the new version and place it in XCode.

But this time. I tried to add a language and changed my mind. I deleted the language from the project on Crowdin. The exported file still contains that language with the English translation.

Hi @chriscat ,

If I understand correctly, we are talking about the Hello# project and this project currently has 4 target languages ​​(French, German, Italian, Spanish) and the deleted language that still remains in the file is Portuguese. Am I right?

I did a full rebuild for your project so it should be fine now🙌🏻 Please check now from your side

Thanks Roman

It’s exactly what I needed. The side effect was annoying: my iOS app was offering Portuguese even if I removed it from everywhere.

In their iPhone settings, they can chose a different language for Hello #, like for any App. Portuguese was in the list because of Localizable.xcstrings file only.

Now all is perfect. thank you!

Got you. I’m glad to hear that everything is fine now, my pleasure to assist!