ios - XCode reproducable crahes when creating i18n files -


i want internationalize app. therefore tried create i18n key value files localizable.strings. following i18n tutorial created folder en.lproj (actually existed) , addionally added folder called de.lproj. restarted xcode project , described in tutorial created file->new->strings file. everytime try creating localizable.strings file xcode crashes on creating it. checked file created when reopen project in xcode these files not shown under group "supporting files". there file listed called localizable.strings cannot differentiate between english , german i.e. there no triangle on left of filename indicates language property file exists. did forget or problem of xcode?

create localizable.string in xcode, choose "make file localizable" in files info window , add languages. xcode automatically create *.lproj folders , different versions of file.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -