-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
UI localization support #10
Comments
dates look ... unusual to me. For example |
|
I understand that current date format may be unusual for people from Europe, USA, etc. I used the most popular format in my country, but with English. I did it in this way, because i18n is complicated on the first steps and we had a lot of things to do. And because first Remark42 users are from Russia, Ukraine and other Russian speaking countries.
BTW, I wanted to add time format like So, yeah, we will improve i18n for dates :-) |
Is there any progress on this? Or do I need to manually edit web/remark.js? |
I translated the whole thing to German. At the moment I copied all files from inside the docker container (folder "/srv/web") to my host and mapped another volume in my docker-compose.yml like this:
So I could modify everything without loosing my changes after a container restart. If theres a deadline for 1.6 I would contribute my German translation. |
* #10 add localization * #10 revert locale from dev page * #10 add more examples * #10 localize auth panel * #10 localize some comment message * #10 localize some comment form message * #10 translate vote messages * #10 translate comment message * #10 use messages value for translate reference * #10 fix compile issue * #10 use messages value for translate reference * #10 use messages value for translate reference * #10 use messages value for translate reference * #10 use messages value for translate reference * #10 use messages value for translate reference * #10 translate comment message * #10 translate comment form * #10 translate comment form * #10 translate root component * #10 translate user info * #10 translate settings * #10 translate settings * #10 translate toolbar * #10 translate errors messages * #10 sort dict * #10 fix after rebase * #10 localize anonymousLoginForm * #10 localize emailLoginForm * #10 update size-limit * #10 localize subscribe by rss * #10 localize subscribe by email * #10 add de locale * #10 increase limit size * #10 auto generate loadLocale * #10 add some documentation * #10 fix error messages * fix typo * don't bundle en locale * fix message id * change size limits * Update extract message pattern Co-Authored-By: Pavel Mineev <[email protected]> Co-authored-by: Pavel Mineev <[email protected]>
Translation support is added in #602, I will prepare a PR with documentation on contibuting translations and resolve this issue then. |
All texts in UI should be defined in some file and we need the ability to pass a custom file.
The text was updated successfully, but these errors were encountered: