tschoffelen / php-pkpass

💳 PHP class for creating passes for Wallet on iOS.
https://includable.com
MIT License
908 stars 187 forks source link

added two functions for supporting localization. #78

Closed UnnikrishnanBhargavakurup closed 6 years ago

UnnikrishnanBhargavakurup commented 6 years ago

Added two functions for localizing contents.

  1. addLocaleStrings will add the dictionary of translated strings to the language specific project folder.
  2. addLocaleFile will add language specific files to the language specific project folder.

Please merge this if you find it useful.

Thanks, Unnikrishnan B.

tschoffelen commented 6 years ago

Looks super nice, thanks for the effort! I really need to start adding unit tests to this lib by the way...