-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add localization to current examples #111
Comments
Thanks for taking the lead with this work @kgoo124 ! |
Thanks @kgoo124! Having localization by default in the examples sounds good. We might also want to add a little bit of narrative in one of them (maybe |
@jtpio I agree that some explanation needs to be done explaining how to implement localization. I don't think did you have any other thoughts about this? or any ideas as far as what would be included in the narrative? |
I also agree @jtpio it is a good idea, I could help on this. |
I agree a dedicated example is better for translation to avoid mixing concerns. See also #114 where I propose to flatten the example structure. |
Nice 👍 Then we can indeed leave
The new example would most likely introduce the concept of translating JupyterLab with a small note on why it's important. And show how to consume and use |
To keep each extension simple, I would rather see only that dedicated |
I have mixed feeling since translation is a transversal so having all examples use it, may be more work but will encourage making code translation friendly. The less work for us seems like a very small gain vs. reinforcing a transversal concept seems small |
No issue for me. I can see the advantage enforcing good habits in all the examples. |
These current examples need the ITranslator added to them
TODO:
advanced/kernel-messagingadvanced/kernel-outputbasics/datagridbasics/hello-world(nothing to translate)basics/signalsThe text was updated successfully, but these errors were encountered: