obsidian-card-board icon indicating copy to clipboard operation
obsidian-card-board copied to clipboard

multilingual

Open jdjshhc opened this issue 1 year ago • 1 comments

I want the operation interface to reflect Chinese

jdjshhc avatar Jan 13 '24 06:01 jdjshhc

I guess the best course of action for multilingual support would be to use the language set in the Obsidian Language setting.

To do this:

  • I would need to work out how to separate out the text of all my UI components into a config file of some sort, and the plugin would load this at startup.
  • I would also need someone, for each language to be supported to porovide a translation
  • This would be needed whenever a change is made to the text of the UI
  • I would have to default to something like English for un-supported languages - as it is highly unlikely I will be able to get translations for all the languages Obsidian itself supports (there are about 30 atm)

roovo avatar Jan 13 '24 15:01 roovo