You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
I love this cool kiosk system!
I'd like to apply it to Japanese restaurants, but it requires internationalization.
So, I'd like to make a PR. Let me know how should I read the code in this repository at first, in order to realize internationalization.
The text was updated successfully, but these errors were encountered:
It might be possible to add the following to the nerves_defconfig to add Japanese fonts:
BR2_PACKAGE_NOTO_CJK=y
Alternately, you could add the necessary fonts to a rootfs_overlay directory in your project. I don't remember testing the CJK font package, but it installs the fonts to /usr/share/fonts/noto-cjk. See:
After you get the appropriate fonts installed, I assume that there are some browser messages that get shown, but I don't remember how many. Those would be found or configured in the webengine_kiosk project.
I watched Scenic presentation at ElixirConf EU Virtual.
I guess this issue is related to Scenic, deeply, isn't it?
If so, I guess to fix this issue at the level of Scenic is better than your solution, isn't it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I love this cool kiosk system!
I'd like to apply it to Japanese restaurants, but it requires internationalization.
So, I'd like to make a PR. Let me know how should I read the code in this repository at first, in order to realize internationalization.
The text was updated successfully, but these errors were encountered: