iffy-pi / apple-shortcuts

A repository for handling the updates and versioning of my apple shortcuts
https://iffy-pi.github.io/apple-shortcuts/
2 stars 0 forks source link

Nutrition Framework - Match Native Language? #52

Closed iffy-pi closed 4 months ago

iffy-pi commented 6 months ago

Currently all the menu options and lists all use English, however we can have it support multiple languages if we store all the strings in a single dictionary, and then translate that dictionary when needed.

Is it even possible?

iffy-pi commented 6 months ago

Plan:

iffy-pi commented 6 months ago

Will be doing support check for all shortcuts:

iffy-pi commented 5 months ago

TODO: Figure out how to do updates of GUI string dictionary, probably save the selected language somewhere

iffy-pi commented 5 months ago

Have updated all the shortcuts, now in testing mode!

iffy-pi commented 4 months ago

The current solution is to allow the user to select the dictionary they would like to use for the shortcut. New langauges are still in the process of being added