Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add language(e.g. Chinese) support #12

Closed
lmingzhi opened this issue May 25, 2022 · 2 comments
Closed

How to add language(e.g. Chinese) support #12

lmingzhi opened this issue May 25, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@lmingzhi
Copy link

Describe the bug

The characters of non-English look likes square.

To Reproduce
image

@aaron-jang
Copy link

aaron-jang commented Jun 28, 2022

Same happens to me.

I solved it.

The problem is that the font is missing.
I downloaded the font of the language to be used and added it to the volume as shown below, and it was solved.

Using the Container
  ...
  -v ...
  -v {downloaded font directory}:/usr/share/fonts/truetype/{font name}
  ...
Using Docker Compose
  ...
    volumes:
      - ...
      - {downloaded font directory}:/usr/share/fonts/truetype/{font name}
  ...

@sytone
Copy link
Owner

sytone commented Oct 10, 2022

Thanks for this, updated the documentation with this information.

@sytone sytone added the documentation Improvements or additions to documentation label Oct 10, 2022
sytone added a commit that referenced this issue Oct 10, 2022
Add a step to run tzdata during config to try and resolve #7
Added documentation on font mapping #12
Added documentation on using NPM #17
@sytone sytone closed this as completed Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants