AckeeCZ / ACKLocalization

Localize your Cocoa apps from Google Spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate InfoPlist.strings?

RomanPodymov opened this issue · comments

Hello.
Thank you for ACKLocalization.
As I understand with ACKLocalization I can only generate Localizable.strings. But what about InfoPlist.strings?

Hi 👋 it is mentioned in the README

You want to generate InfoPlist.strings use in your spreadsheet key plist.InfoPlist.<key> this will generate InfoPlist.strings alongside generated files.

Otherwise you can use another sheet tab or sheet and invoke ACKLocalization once more.

Hello @olejnjak
Thanks for the clarification.