-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
"__token __" instead "__token__" in rocketchat_i18n.js #12892
Comments
I've just created a Docker based test setup for Rocket.Chat (official image) and configured it using the dutch locale. I'm experiencing this issue as well. Is this issue on the radar, yet? It seems some i18n files have single underscores, some have double underscores but a trailing (or leading) space between the underscores and variable names. |
rodrigok
pushed a commit
that referenced
this issue
Feb 13, 2019
* Fixes #12892 * Removed trailing and leading spaces in variable names * Aadded double underscores where only single underscores were used * Updated some variable names which were translated as well * Fix __length__
sampaiodiego
pushed a commit
that referenced
this issue
Feb 14, 2019
* Fixes #12892 * Removed trailing and leading spaces in variable names * Aadded double underscores where only single underscores were used * Updated some variable names which were translated as well * Fix __length__
bhardwajaditya
pushed a commit
to bhardwajaditya/Rocket.Chat
that referenced
this issue
Mar 17, 2019
* Fixes RocketChat#12892 * Removed trailing and leading spaces in variable names * Aadded double underscores where only single underscores were used * Updated some variable names which were translated as well * Fix __length__
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
"__token __" and "__userId __" instead "__token__" and "__userId__"
in programs/server/packages/rocketchat_i18n.js
Steps to reproduce:
Expected behavior:
Actual behavior:
Server Setup Information:
Additional context
Relevant logs:
The text was updated successfully, but these errors were encountered: