Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Incomplete Spanish translation #346

Open
imiguelsalcedo opened this issue Dec 16, 2019 · 9 comments
Open

Incomplete Spanish translation #346

imiguelsalcedo opened this issue Dec 16, 2019 · 9 comments

Comments

@imiguelsalcedo
Copy link
Contributor

Hi, I have translated the es.json file into Spanish 100% and sent for review (it seems they have rejected it)
How do I apply the translation to my installation?

@cgnunezbantics
Copy link
Contributor

Hello, i need the same translation. Please, take changes from @imiguelsalcedo Thanks.

@cgnunezbantics
Copy link
Contributor

@imiguelsalcedo you made a pull request whith this changes? I do not see it.

@cgnunezbantics
Copy link
Contributor

cgnunezbantics commented Jan 16, 2020

Hello, I create a pull request with suggested translation to spanish.

@uribes78
Copy link

uribes78 commented Apr 1, 2020

Hi, if anyone know how to modified on already instance installed, please let me know. I tried to modified the i18n.es.chunk.44d0d.js, but it's not working. My version is 3.0.4, the engine is 1.12.0.

Thanks.

@cgnunezbantics
Copy link
Contributor

cgnunezbantics commented Apr 1, 2020 via email

@uribes78
Copy link

uribes78 commented Apr 1, 2020

Thanks for the suggestion @cgnunezbantics . Actually I did, I try 3 different browsers, but still not working. I have check a new release (3.0.10), I will try to update and let you know if it's working.

@imiguelsalcedo
Copy link
Contributor Author

imiguelsalcedo commented Apr 1, 2020

restart the rocketchat service

@uribes78
Copy link

uribes78 commented Apr 1, 2020

I force the service to reload the i18n.es....js file, what I did is to rename the js file to something else (org was my choose), then reload many times the page (the client), I saw the console an error trying to load the file. Then I renamed back the file and force the reload the page, and know it change the labels to Spanish language.

Also I set this o mi client page

(function(w, d, s, u) {
     w.RocketChat = function(c) { 
         w.RocketChat._.push(c);
     }; 
     w.RocketChat._ = []; w.RocketChat.url = u;
     var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
     j.async = true; j.src = 'https://chat.mysite.com/livechat/rocketchat-livechat.min.js?_=201903270000';
     h.parentNode.insertBefore(j, h);
 })(window, document, 'script', 'https://chat.mysite.com/livechat');
 
RocketChat(function () { this.setLanguage('es') });

Hope this can help you. Regards

@cgnunezbantics
Copy link
Contributor

cgnunezbantics commented Apr 1, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants