Open bryanpaget opened 2 years ago
I have notifed the Kubeflow developers that we are interested in implementing i18n with Angular:
crud-web-apps/volumes/front-end/angular.json
centraldashboard/public/assets/i18n/messages.fr.xlf
<h1 i18n>Hello world!</h1>
en-US
.fr
locale. Translations for this language will live in centraldashboard/public/assets/i18n/messages.fr.xlf
.dist/ folder
.fr
configuration option for the serve command. This will set the language to French. Once this is in place, we’ll be able to run the application with ng serve --configuration=fr
.centraldashboard is written in Polymer so we can't use Angular translations. There is some discussion upstream about rewriting centraldashboard in Angular. Once that has been done we can use Angular i18n.
It has proven difficult if not impossible to rebase our centraldashboard changes on top of upstream development. I'm proposing we implement i18n with Angular as has been done for Jupyter Web Apps. Below is a list of work needed to be finished to complete this task.