chuckhoupt / jekyll-apple-help

Easily create Apple Help-Books for your Mac OS X app using this Jekyll template and build system.
MIT License
188 stars 17 forks source link

Internationalization and shell script error (exit code 2) #15

Closed yellow8 closed 7 years ago

yellow8 commented 7 years ago

Hello,

I've recently internationalized my app. However, I do not exactly know how to proceed for the help book. I created a fr.lproj folder next to the default _English.lproj, but then I get the following error:

script_error

Here are my Xcode internationalization settings:

xcode_int_settings

Any idea what's happening here?

Thanks !

chuckhoupt commented 7 years ago

@yellow8 The language lproj folders need to have a name starting with an underscore ("_"). Also Jekyll-Apple-Help expects the names "English/French/German/etc" (that can be changed in config.yml). So try naming the folder "_French.lproj".

yellow8 commented 7 years ago

Thanks ! that was it 👍