ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files

Home Page:http://www.ryantenney.com/passkit4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i add localisation files

fkrauthan opened this issue · comments

How can I add localisation files? Can I just specify new PassResource("en.lproj/pass.strings", myEnStringsFile); or is that not supported at the moment?

That's exactly how to do it. (I forgot to test this before today, but I just verified it works)