Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a localization to a settings.bundle?

My app supports two languages. When I add a settings-bundle, it´s only in english. In Xcode 6.1 I found no way to add a localization to Settings.bundle. Did I miss something?

enter image description here

like image 363
coco Avatar asked Dec 22 '14 12:12

coco


1 Answers

Nevertheless I found a working solution.
1) open Settings.bundle package
2) create new folder de.lproj (dont´t duplicate en.lproj - Finder don´t likes this)
3) copy Root.strings from en.lproj-folder to de.lproj-folder
4) now you can edit the new language in Xcode

like image 88
coco Avatar answered Nov 14 '22 15:11

coco