sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.47k stars 716 forks source link

I really like PGWeb,Can you add i18n? in this way,i can add chinese support and other #733

Open lvbuwei opened 2 months ago

lvbuwei commented 2 months ago

I really like PGWeb,Can you add i18n? in this way,i can add chinese support and other i have already done some work.

https://github.com/lvbuwei/pgweb

https://github.com/lvbuwei/pgweb/blob/master/README_ZH.md

sosedoff commented 2 months ago

I dont really have any plans for i18n support, purely because i dont have much time dedicated for new feature work. If this is something you're super interested, let me know what you have in mind and your plan of action and we can work something out.

lvbuwei commented 2 months ago

I like PGWeb because it is very clean with only one executable file, making it very convenient to use. I hope to be able to make this The software is recommended to some of my friends, but because it has an English interface, I would like to support Chinese, so I would like to join Internationalization support, I'm not sure which package you can recommend, Secondly, looking at thousands of data in the database through a chart is more likely to identify issues than just looking at the raw data, and I hope to do so through A simple SQL statement can display graphs such as line chart and bar chart, which is convenient for me to analyze data and I am quite familiar with it The chart control is echarts. Therefore, I hope that the first step can be to increase internationalization support Step 2: Enhance charts Looking forward to your suggestions

lvbuwei commented 2 months ago

I can only use Golang and JavaScript simply, but I am very familiar with PostgreSQL

sosedoff commented 1 month ago

You probably want to break these things into multiple PRs:

The trouble is, there would be no one willing to maintain these features (i use bare minimum myself).