viniciusmo / extract-localizable-string-plugin-xcode

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

Default Localizable.strings file not found. #2

Closed kiddomk closed 10 years ago

kiddomk commented 10 years ago

I kept getting error message saying "The default localizable file not found.Please create your default localizable file."

I have set up the project have different targets and each has its own plist.so i don't have the default info.plist. is that an issue?

viniciusmo commented 10 years ago

Hi,

Look this. This plugin is used to extract strings to Localizable.strings default file.The file can be configured here enter image description here

kiddomk commented 10 years ago

Yes. I have set up in the plots file and also include the localizable.strings file. But they are in different folder, will that affect ?— Sent from Mailbox

On Tue, Jul 29, 2014 at 5:53 PM, Vinicius Oliveira notifications@github.com wrote:

Hi, Look this. This plugin is used to extract strings to Localizable.strings default file.The file can be configured here ![enter image description here][2]

[2]: https://raw.githubusercontent.com/viniciusmo/extract-localizable-string-plugin-xcode/master/Resources/03.png

Reply to this email directly or view it on GitHub: https://github.com/viniciusmo/extract-localizable-string-plugin-xcode/issues/2#issuecomment-50504738

viniciusmo commented 10 years ago

No problem,

The search for the main Localizable.strings is recursively from the root of the project.

kiddomk commented 10 years ago

@viniciusmo thanks for the quick reply. really appreicated. here are my screen shots of the project.

screen shot 2014-07-30 at 10 09 13 screen shot 2014-07-30 at 10 09 25

viniciusmo commented 10 years ago

Hello,

The configuration is correct. I think I found a bug in the plugin and have already given a fix, you can test please? The new version is 1.0.1.

Thank you.

kiddomk commented 10 years ago

Hi @viniciusmo thanks for the update. i have download the zip file and compiled and run again in xcode, still no luck. how can i check versions ?

liufsd commented 10 years ago

same problem. who will fix it?

cherishloveyou commented 10 years ago

have the same problem,I want to know why Base is not Default Localizable.strings

viniciusmo commented 10 years ago

@kiddomk @cherishloveyou @79144876

I can not simulate the bug =/. Can you help me somehow? With an example?

Thanks :)

cherishloveyou commented 10 years ago

My Localizations is Base and English, and I used a label chinese, what's you mail?

liufsd commented 10 years ago

@viniciusmo HI.Maybe i think you can push a new demo project ,and we can run it on our Xcode ! An we will tell you how diff between your demo and our project . Thanks!

liufsd commented 10 years ago

http://www.raywenderlich.com/64401/internationalization-tutorial-for-ios-2014 this project run success ,but my three project run fail,just toast this:"The default localizable file not found.Please create your default localizable file." why???

viniciusmo commented 10 years ago

@cherishloveyou My email is nickzaoo@gmail.com :) @79144876 I added the demo project.If not work, you can send me a sample project on my email?

Thanks!!

liufsd commented 10 years ago

@cherishloveyou build success. thanks.

viniciusmo commented 10 years ago

I updated the read me with a mini tutorial :)