weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.83k stars 708 forks source link

i18n support #3904

Open johnfelipe opened 2 years ago

johnfelipe commented 2 years ago

Pls tell me if i18n support is possible i want contribute with es, fr and it lang best regards

bboreham commented 2 years ago

I guess it is "possible", however the code wasn't written with i18n in mind so would take some work to refactor embedded strings into something that can be swapped out.

If you want to go ahead, can I suggest you make a draft PR showing how one source file would change, then we can discuss?

(Maybe one Go and one JavaScript file?)

johnfelipe commented 2 years ago

I need strings into pot file or Json file

johnfelipe commented 2 years ago

pls share me js file with strings and i will send you spanish translation, agree?

bboreham commented 2 years ago

Sorry what you are asking for is after the “would take some work” part of my answer.

I’m not going to do it personally; if someone else wants to do it then we can proceed.