Hello!When creating a new CocoaTouch/iOS project Xcode sets the development language to english. As we have usually clients from Germany I then add German (and maybe more languages) and change the development language to Germany. So I would expect exported language files will use german as reference language.But on General tab of project settings it still reads Englisch - Development Language. And when I do Export for Localization... Xcode only gives me the following to optinos:- Existing translation with German- Development Language OnlyThe former one results in a .xliff file that has en as source-language and de as target-language set. The latter produces a .xliff file with no target-language and source-language en.Steps to Reproduce:1. Setup a new project in Xcode2. Add a new languages (e.g. German and French) in projects General tab3. Select Info.plist and choose one (e.g. Germany) of the newly added languages as Localization native development region4. Go back to projects General tab and see wha
0
0
4.2k