0

I am attempting to export XLIFF files for my app. I currently have 2 .strings files one from a module and one in the app itself, and one .stringsdict file.

When I select the project file, and go to editor > Export for localization only the strings from the first file are included (the one from the other module) in the exported XLIFF file.

TMin
  • 2,280
  • 1
  • 25
  • 34

1 Answers1

1

I was able to figure this out.

Just a simple oversight, needed to link these localization files to my project by tapping on this "Locaolize..." button in the right pain

enter image description here

TMin
  • 2,280
  • 1
  • 25
  • 34