Page 1 of 1

Translaton 6.2

PostPosted:Mon Jan 28, 2013 7:25 pm
by gijsh
I upgraded from 6.2.1/2 Community to 6.2.3-DEV (build 7876), the one which is presented on the downloade site, following the migration guide. Everything went well, but I think there is a translation error. When I upload a new document, the button to upload reads 'fileupload.button.send' instead of "Send" or the like, which I was used to. I get the feeling that the translation is not up to date?
Greetings,

GijsH

Re: Translaton 6.2

PostPosted:Mon Jan 28, 2013 10:44 pm
by jllort
We made some changes on button at version 6.2.3, translation included. Really this translation is deprecated and in 6.2.3 we use other for download button. Try to force browser refresh and if error persist tell us and we'll take a look.

Re: Translaton 6.2

PostPosted:Fri Feb 01, 2013 12:20 am
by gijsh
I downloaded the language pack (dutch) from your site, cleared the browser cache, restarted openkm but the error persists....

Re: Translaton 6.2

PostPosted:Sat Feb 02, 2013 6:47 pm
by jllort
Go to administration -> database query and execute:
Code: Select all
INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'fileupload.button.send', 'send', 'en-GB');
Then go to administration-> language and edit your language ( should appear empty value for fileupload.button.send ). Set it, and refresh browser. (Note: I'm not totally sure if this step need restart openkm, first try without restarting ).

Re: Translaton 6.2

PostPosted:Mon Feb 04, 2013 8:44 pm
by gijsh
Everything went well, but I needed to restart tomcat, and clear the browser cache.
Thank you very much