Replies: 1 comment 4 replies
I guess we can, its only purpose was to provide different language, so if we drop it we remove the traduction flow. We can search for an alternative though. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Gettext is currently used for i18n. The problem is that it is not well supported by vcpkg, and it has to be installed on the host as a separate package (which is not ideal). We could replace it by a custom i18n implementation based on JSON quite easily, especially since we don't use it that much yet.
2 votes ·
All reactions