viniciusmo / extract-localizable-string-plugin-xcode

Xcode plugin for quickly creating localized strings
219 stars 35 forks source link

Runs, but doesn't insert the string into the Localized.strings file #28

Open sanguish opened 8 years ago

sanguish commented 8 years ago

This is wonderful, except it isn't actually putting the strings into the localized.strings file.

Is this known on 7,2?

MagnusJohansson commented 8 years ago

Same here, on Xcode v7.2, after doing an extract, the string just disappear, not saved anywhere.

achernoprudov commented 8 years ago

I have this problem too.

cloudjanak commented 8 years ago

+1

jeryRazakarison commented 8 years ago

I have the same problem. Starting investigating, I saw that EditorLocalizable L199 getDefaultLocalizableFilePath returns nil

jeryRazakarison commented 8 years ago

For a temporary fix:

When I have time, I will look into why these two methods can't find the file and return nil