Regarding this guide: How to localize my application using Xcode 4?
I noticed that in the "Localization" section, my Xcode 4.4 does not show the [+] button:

How to add languages ββto the localization list?
Note: I do not use IB. I just need a localized string file with translated strings for the game.
My workaround: I created the de.lproj folders manually, copied the line file to the de.lproj file, added it to Xcode, and Xcode recognized the file as German. Xcode also added German to the localization list. I am wondering if there is an easier way to do this (from within Xcode) instead of copying and adding files manually?
xcode localization
LearnCocos2D
source share