-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Localize keyboard search page #384
Comments
Possibly use docusaurus along with crowdin... |
nogo with docusaurus since it needs a static Markdown-generated site. gettextNow exploring Gettext Example Pros: Cons: Setup:
msgfmt messages.po --output-file=messages.mo
|
For adding formatted strings with gettext Maybe add a wrapper so for the .po, we'd have:
And function _s($s, ...) {
return sprintf(_($s), ...);
} |
From the Sept 2023 team planning meetings M4 review of websites
While we would like to localize all the websites, it's too much content (keyman and help.keyman), so the immediate priority is the keyboard search page.
The text was updated successfully, but these errors were encountered: