Fabian

Results 12 comments of Fabian

With the latest commits to wings (the quay thing) the "bug" with the local empyrion image is fixed. (I think he never wanted to create a new egg in the...

Now the translations are bundled into the bundle.js. Currently are all translations bundled into the file. I think you don't like this, right?

This is still WIP. The Translations are not fully implemented.

> Hey @fabm3n I'm actually making some changes to how the translation files are laid out to avoid a huge nest of strings, might want to hold off for a...

I think my latest merge develop into i18n broke a lot of stuff....

> @fabm3n What are the problems with the `ScreanBlock` and `DashboardRouter` files? I tried withTranslation, useTranslation and the Trans Component but i didn't got anything working. I will have a...

> try this in `DashboardRouter` > > `{i18n.t('KEY-HERE')}` `{i18n.t('KEY-HERE')}` You can't use the i18n.t function because i18n isn't initialized. You need to use the reacti18n package. I found a solution...

> I add the `zh-cn` translations. -> [fabm3n#6](https://github.com/fabm3n/panel/pull/6) @jinzhijie Unfortunately, this is not merged, since this PR only contains the basic implementation of i18n.

Yes the plan for this PR is only auth and dahboard components and the basic i18n implementation (without language switcher. This should be implemented when all string are managed by...