Translatability #40
Replies: 2 comments
-
And I think the translatability should be limited to cover only the application itself, i.e. do not translate documentation files (but do translate in-app instructions), and do not have discussions here in GitHub in any other language than English. The latter is most likely not an issue, but the former might need a bit of explanation:
*) Currently there is only one documentation file, ReadMe.md, but I might create more files in the future. |
Beta Was this translation helpful? Give feedback.
-
NoSeems that I haven't updated this idea topic to reflect my current thoughts. I just wanted to leave a mark that I'm not willing to plan this anymore.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that Obsidian has an ability to change the language to something else than English. Shell commands instead has all texts hardcoded in the source code.
I'm looking at this aspect from two points of views:
button.setButtonText(lang("shellcommands.new_command"))
instead ofbutton.setButtonText("New command")
. (I don't know yet how translations are accessed in Obsidian, thelang(...)
part was just a pseudo code example).So, this is not something to do soon, but I'll keep this in mind. Maybe it will be towards
1.0.0
.Meanwhile, one of the reasons I opened this discussion, is to see if there is any demand for translations to other languages. Comment down what language you'd like to see this plugin being translated to (sometime in the far future).
I would not be able to translate much myself:
Beta Was this translation helpful? Give feedback.
All reactions