Deckle has ~40 user-facing strings (menu labels, tooltips, the Paper Mill editor) and no localization yet. A great first contribution:
- Wrap UI strings in
String(localized:) / add a Localizable.xcstrings-style catalog (we build with SPM — a simple .strings per language in a resources bundle works too; happy to discuss approach on this issue first)
- Add your language
No design decisions needed, small surface, and you instantly make the app usable for a whole language community. Comment which language you'd like to take!
Deckle has ~40 user-facing strings (menu labels, tooltips, the Paper Mill editor) and no localization yet. A great first contribution:
String(localized:)/ add aLocalizable.xcstrings-style catalog (we build with SPM — a simple.stringsper language in a resources bundle works too; happy to discuss approach on this issue first)No design decisions needed, small surface, and you instantly make the app usable for a whole language community. Comment which language you'd like to take!