zaytri / slime2

Local Chat Overlay System for Twitch
https://slime2.stream/
32 stars 7 forks source link

Support for multiple languages #8

Open zaytri opened 9 months ago

zaytri commented 9 months ago

Figure out how to nicely allow widgets to have support for multiple languages, so that the labels, descriptions, and placeholders of settings can be localized

zaytri commented 9 months ago

Current workarounds:

  1. Widget developers create separate settings scripts for different languages, and instruct users to change the HTML accordingly.
  2. Split languages into separate setting groups, and have a language selector (dropdown or select input) to know which group to get the data from.

Since these workarounds exist, this won't be a high priority, but it's useful to keep in mind for the future.