adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.18k stars 232 forks source link

Translate to PT-BR #211

Open vitoleite opened 2 years ago

vitoleite commented 2 years ago

Hi, it's possible implement translation to Portuguese-Brazilian? I would like to help.

adamerose commented 2 years ago

Most of the GUI text is defined directly in the Python code which makes maintaining multiple translations very difficult. I am planning to port the entire GUI for this project from PyQt to React/Electron and then would look at implementing support for more languages (possibly with i18next).

I am open to suggestions on how to architect things during the rewrite to properly support translations. If anyone has advice about this or examples of open source projects to look at that support multiple languages, that would be helpful.