NewbieXvwu

Results 23 comments of NewbieXvwu

There is a solution,but it needs pywin32,and it's made by Python 2. In addition, this is a Chinese website. You may need Google translation. https://segmentfault.com/q/1010000008579491

There are more things that I want to add. https://github.com/Dogeek/tkinter-pp#textwithlinenumbers-widget https://github.com/Dogeek/tkinter-pp#closeablenotebook-widget https://github.com/Dogeek/tkinter-pp#popupmenu

![image](https://user-images.githubusercontent.com/87637612/150444285-e5bb2599-1c75-4e93-82f3-ad009f6fdd31.png)

My operating system is in Chinese, but it doesn't seem to translate... Maybe the translation function only supports some languages.

Another possibility is that the translation function calls Google translation. Chinese mainland can not visit Google translation.

Maybe only Linux system supports this function? I don't have a Linux environment.

Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. from gettext import gettext result = gettext('Retry')...

Maybe there is no Chinese translation in tk?

My idea is this: add a file similar to "en_US.json". When the program needs to read hard coded data, read it from the file, and automatically read the file similar...