Conversation
Only a very few snippets. But shows how to continue....
Copy the chinese to zh_cn.ts in some sort of grouping, translate and
copy into en_us.ts, and add tm("") calls....
Signed-off-by: Karl Palsson <karlp@tweak.au>
I don't know (yet?) where it's hooked up in the gui to select a language, so this just sets the default to english instead.
Still _lots_ of the logging, haven't even looked at that. But with this, I could make a config, and generate a C file... Signed-off-by: Karl Palsson <karlp@tweak.au>
If i was a better TS/Vue developer, I'd be able to generate this list correctly from the available locales, as per https://vue-i18n.intlify.dev/guide/essentials/scope.html But I'm not, and it's late.... Signed-off-by: Karl Palsson <karlp@tweak.au>
Author
|
Updated: You can now select a language from the new main menu language bar... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is obviously not final, there's no way of selecting the language right now, and this branch hard resets to english, but hopefully this is a useful start for anyone looking at this.