applepassgenerator icon indicating copy to clipboard operation
applepassgenerator copied to clipboard

Missing option to add localization

Open kstrub-fn opened this issue 1 year ago • 0 comments

Overview

Currently I only see the option to add files manually, but in order to make the localization files work I need to add a directory containing the localization strings.

The apple wallet documentation asks for a directory (e.g. "es.lproj" for spanish) that contains a file called "pass.strings" containing the translation data. E.g.:

"origin_SVQ" = "Sevilla";
"destination_LHR" = "Londres";

Docs: https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Creating.html#Passes%20Support%20Localization

Type

  • [x] New feature
  • [ ] Changes to existing features

Motivation

I need localized strings 😅


Checklist

  • [x] I have searched the issues of this repo and believe that this is not a duplicate.
  • [x] I have searched the documentation and believe that my question is not covered.
  • [x] I have described this feature request in a way that is actionable (if possible).

kstrub-fn avatar Oct 31 '23 17:10 kstrub-fn