sulogna
November 13, 2022, 5:17pm
1
Description
I am new to open source. I am currently trying to contribute to the Rocket chat project but I am facing some issues while setting it up locally on my system.
I am getting the below error message using the same node and yarn version mentioned.
So kindly can you please guide me how to resolve this issue.
Server Setup Information
Version of Rocket.Chat Server:
Operating System: Windows 64bit
Deployment Method:
Number of Running Instances:
DB Replicaset Oplog:
NodeJS Version: 14.19.3
MongoDB Version: v5.0.3
Proxy:
Firewalls involved:
Any additional Information
Hi! Welcome to our Community
Looks like there is an error in the packages/ui-contexts/src/en.json
these are some symlinks: Rocket.Chat/en.json at develop · RocketChat/Rocket.Chat · GitHub
that will end up here:
{
"403": "Forbidden",
"500": "Internal Server Error",
"__count__empty_rooms_will_be_removed_automatically": "__count__ empty rooms will be removed automatically.",
"__count__empty_rooms_will_be_removed_automatically__rooms__": "__count__ empty rooms will be removed automatically:<br/> __rooms__.",
"__count__message_pruned": "__count__ message pruned",
"__count__message_pruned_plural": "__count__ messages pruned",
"__usersCount__members_joined": "+ __usersCount__ members joined",
"__usersCount__people_will_be_invited": "__usersCount__ people will be invited",
"__username__is_no_longer__role__defined_by__user_by_": "__username__ is no longer __role__ by __user_by__",
"__username__was_set__role__by__user_by_": "__username__ was set __role__ by __user_by__",
"This_room_encryption_has_been_enabled_by__username_": "This room's encryption has been enabled by __username__",
"This_room_encryption_has_been_disabled_by__username_": "This room's encryption has been disabled by __username__",
"Enabled_E2E_Encryption_for_this_room": "enabled E2E Encryption for this room",
"Disabled_E2E_Encryption_for_this_room": "disabled E2E Encryption for this room",
"@username": "@username",
"@username_message": "@username <message>",
"#channel": "#channel",
"%_of_conversations": "% of Conversations",
"0_Errors_Only": "0 - Errors Only",
This file has been truncated. show original
This file was recently changed…
make sure you have not changed this file.
A great place to hang around and look for help is also in out Get started channel:
note the fixed message on the banner, it has a nice set of instructions on where to get specific help for environments such as Windows and Mac.
let me know if this helps
Hey just to be sure are you talking about the change in en.json file(ui-context) or en.18n.json(/apps/meteor) file ? Which file should I not change ?
It’s not that you can’t change.
but something is wrong on that file.
have you changed it?
Also, if you only want to change translations, there is a way of doing it without touching code in General > Translations
let me know if this helps