gun-vue icon indicating copy to clipboard operation
gun-vue copied to clipboard

i18n support

Open lospringliu opened this issue 3 years ago • 3 comments

To use the built components, it does not have multi language support

To use the source directly, it is too tightly coupled with windicss

Is it possible to include i18n?

lospringliu avatar Jan 24 '22 02:01 lospringliu

That's reasonable! With this we need a plan of some kind :)

Such mass of pug+windi is important on the first stage of rapid prototyping and then I plan to transition to a more traditional CSS class based approach for more flexible component styling.

With i18n it's the same problem. I have an experience of building my previous gin+vue app with i18n from the start, but it made development a little more conservative and slowed transformations.

So I see these things at some next level being implemented for a more stabilized code base. I.e. today I've renamed all post.descriptions to post.statements in order to make them more tweet-like and make users start new feeds more easily. It was just one search and replace.

May be we can bring it in gradually? Or make the interface less depending on the language (use descriptive icons and better UI design)?

davay42 avatar Jan 24 '22 19:01 davay42

sure, I see rapid changes

lospringliu avatar Jan 25 '22 03:01 lospringliu

I think for now we can just use props and slots to make the button names easy to change.

davay42 avatar Jan 25 '22 09:01 davay42