-
Notifications
You must be signed in to change notification settings - Fork 230
Incomplete Spanish translation #346
Comments
Hello, i need the same translation. Please, take changes from @imiguelsalcedo Thanks. |
@imiguelsalcedo you made a pull request whith this changes? I do not see it. |
Hello, I create a pull request with suggested translation to spanish. |
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. |
Hi, Yes, I modify this files. But the cache of browser is very
important, Test with other browser or clear cache.
BanticsCooperativa
*Carlos Gustavo Nuñez*
Dto. Sistemas Informáticos
Cooperativa de Trabajo B.A.N.T.I.C.S. Ltda.
Dr. Ignacio Arieta 2227 • San Justo • Buenos Aires • Argentina
Tel. 4484-0401 • Cel. 11-6290-6301
cgnunez@bantics.com.ar <mailto:cgnunez@bantics.com.ar> •
www.bantics.com.ar <http://www.bantics.com.ar>
El 1/4/20 a las 18:21, uribes78 escribió:
…
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#346 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMPVMD3ZJDC4JMYPOOAKFTRKOV45ANCNFSM4J3KCWWA>.
|
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. |
restart the rocketchat service |
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 |
Check permission ok files
Sent from MailDroid
…-----Original Message-----
From: uribes78 <notifications@github.com>
To: "RocketChat/Rocket.Chat.Livechat" <Rocket.Chat.Livechat@noreply.github.com>
Cc: "Carlos Gustavo Nuñez" <cgnunez@bantics.com.ar>, Mention <mention@noreply.github.com>
Sent: mié., 01 abr. 2020 19:24
Subject: Re: [RocketChat/Rocket.Chat.Livechat] Incomplete Spanish translation (#346)
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
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#346 (comment)
|
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?
The text was updated successfully, but these errors were encountered: