cancel
Showing results for 
Search instead for 
Did you mean: 

docasu translation

gandra
Champ in-the-making
Champ in-the-making
Hi1

Does anybody know how I could translate docasu?

I don't need to internationalize it, only to translate to another language.
3 REPLIES 3

gandra
Champ in-the-making
Champ in-the-making
I succed in translation.

First I downloades docasu source with :
svn co http://code.optaros.com/svn/docasu/trunk

After that from coomand prompt in docasu/trunk folder exexute:
ant setup

This fill create some file and one of them is deploy-local.properties.base
In that file change the path of the alfresco install folder

After I started to search in all *.js files in docasu plugins folder and directly translated strings in js files and after  that executed:
ant clean
ant install-module
ant start
ant deploy
ant stop
ant start

Open browser, clear all cache, and login to the docasu ui. Translations will appear.

telesto
Champ in-the-making
Champ in-the-making
Hello,

I have the same goal (translation in french)
i don't understand where you take the source code.
You don't use the amp file from http://code.optaros.com/trac/docasu/wiki/Downloads ?

Can you tell me the files you changed ?

Bye

Olivier

gandra
Champ in-the-making
Champ in-the-making
I downloaded sourcecode using svn:

svn co http://code.optaros.com/svn/docasu/trunk
look at:
http://code.optaros.com/trac/docasu/wiki/DeveloperGuide
I do not remeber what files I have changed but you can search in text some strings from ui and i a such way you will find where to make translations.