linuxserver / docker-filezilla

GNU General Public License v3.0
25 stars 1 forks source link

Request for CJK support #13

Closed githupper closed 1 year ago

githupper commented 1 year ago

Is there an existing issue for this?

Current Behavior

To request for CJK unicode support

Expected Behavior

Languages other than alphabets to be displayed

Steps To Reproduce

NIL

Environment

- OS: Fedora
- How docker service was installed: Docker Compose

CPU architecture

x86-64

Docker creation

NIL

Container logs

NIL
thelamer commented 1 year ago

CJK can be installed with sudo apk add font-noto-cjk from the terminal.

To achieve this unmaximize the filezilla window > right click on the desktop > select xterm, run the command above.

CJK and other language compatibility fonts are massive and will not be making it into the stock images, but you might want to make a mod or ask the maintainer of this mod to make one that also includes CJK:

https://github.com/linuxserver/docker-mods/tree/firefox-fonts

githupper commented 1 year ago

@thelamer Thank you for your generosity in rendering assistance.

I have tested it working now.

Will proceed to close this ticket.

Once again, really appreciate the assistance.

thelamer commented 1 year ago

@githupper FYI: https://github.com/linuxserver/docker-mods/tree/universal-internationalization

So for Chinese pass:

-e LC_ALL=zh_CN.UTF-8
-e DOCKER_MODS=linuxserver/mods:universal-internationalization

This will completely localize the application on top of installing fonts:

chinese

Many other languages are supported:

https://github.com/linuxserver/docker-mods/tree/universal-internationalization#other-languages