Page 1 of 1

How to add a language into OpenKM

PostPosted:Mon Sep 27, 2010 8:28 am
by lkngan
Hi,
I'm newbee. i'm from Viet Nam
I want to ask you this problem: how to add a language in to OpenKM.
I want to add our language that haven't got in "tool\language", so how must i do?
Help me, please!

Thanks a lot!
LKNgan

Re: How to add a language into OpenKM

PostPosted:Mon Sep 27, 2010 4:50 pm
by jllort
To add new language to OpenKM must compile project. If you want to add new language contact with us using our website contact form at www.openkm.com/Contact

Re: How to add a language into OpenKM

PostPosted:Wed Sep 29, 2010 3:38 am
by lkngan
jllort wrote:To add new language to OpenKM must compile project. If you want to add new language contact with us using our website contact form at http://www.openkm.com/Contact
Many thanks for reply. I will send our language package to you via contact. Then help me re-compile project.
Thanks again!

LKNgan.

Re: How to add a language into OpenKM

PostPosted:Wed Sep 29, 2010 6:38 pm
by jllort
OK,

Have you translated for version 4.x or for 5.x ? have you contacted before with us, to give to you the file to be translated or you've downloaded from svn ?

Re: How to add a language into OpenKM

PostPosted:Mon Oct 04, 2010 7:42 am
by lkngan
jllort wrote:OK,

Have you translated for version 4.x or for 5.x ? have you contacted before with us, to give to you the file to be translated or you've downloaded from svn ?
Dear Mr. jllort,
I have been sent to you an email via the contact at your homepage. I sent to the Lang_zh_VN.java, too.
Now I using the version 4.1.
P/S: The Lang_zh_VN.java is file that i downloaded from Lang_zh_CN.java, then translate it into the Lang_zh_VN.java, whether it is possible or not, Sir?

Thanks and best regards!

Re: How to add a language into OpenKM

PostPosted:Mon Oct 04, 2010 8:26 pm
by jllort
We've included in actual svn. Next OpenKM release it'll come with that translation file by default.

Re: How to add a language into OpenKM

PostPosted:Thu Jul 18, 2013 8:31 am
by dummy
Hi,
I am also a vietnamese user of OpenKM version 6.2.3 and then upgrade to 6.2.4.
During past 2 months of using, I realized that the Vietnamese language pack translated by LKNgan has a lot of mistakes in the context meanings. I tried to understand the keyword in the real context and make my own translation up to date. Can I suggest for a new updated language pack of Vietnamese and make it included in the new distribution of OpenKM?

Vu Huy Phuong

Re: How to add a language into OpenKM

PostPosted:Mon Jul 22, 2013 8:35 am
by jllort
You can give us your suggestions and updated vietnamese file that will replace the actual file into wiki language pack. If you forward us a your sql pack please include general translation term, not specific in your business environment.

Re: How to add a language into OpenKM

PostPosted:Mon Jul 22, 2013 9:17 am
by dummy
How can I send you my SQL Vietnamese translation file, by which email address?

Re: How to add a language into OpenKM

PostPosted:Mon Jul 22, 2013 10:10 am
by jllort
I will send my email in private or simply post here into .zip file.

Re: How to add a language into OpenKM

PostPosted:Tue Jul 23, 2013 6:46 am
by dummy
Hi jllort
I sent you the zipped SQL file via email.

Vu Huy Phuong

Re: How to add a language into OpenKM

PostPosted:Tue Jul 23, 2013 6:49 am
by dummy
By the way, I also want to translate the login page into Vietnamese, how can I do?

Re: How to add a language into OpenKM

PostPosted:Wed Jul 24, 2013 8:17 am
by jllort
In administration -> configuration parameters you can change welcome message is that ? otherside other kind of change will need patch or source code change.

If you put here some screenshot will be more easy to me to understand which change you got in mind.

Re: How to add a language into OpenKM

PostPosted:Thu Jul 25, 2013 4:11 am
by dummy
This is how I want to make change to the login page

Image

Re: How to add a language into OpenKM

PostPosted:Fri Jul 26, 2013 7:24 am
by jllort
The welcome can be changed at administration -> configuration parameteres http://wiki.openkm.com/index.php/Configuration_view
Code: Select all
text.welcome=<p>Welcome to OpenKM !</p><p>Use a valid username and password to access to OpenKM user Desktop.</p> 
About other text files, are not internationalized, you need to open OpenKM.war ( with winrar or other zip archiver ), and then modify login.jsp

* stop tomcat
* Backup OpenKM.war
* edit login.jsp
* replace older OpenKM.war for new
* delete webapp/OpenKM work/Catalina/localhost folders
* start tomcat