Indian Language Translation

16 views
Skip to first unread message

Ravi Vundavalli

unread,
Aug 30, 2011, 2:06:39 AM8/30/11
to openjum...@googlegroups.com
Hi,
OJ when translated to Telugu (unicode), shows OJ correctly for some menus
and shows a series of 'blank boxes' for others.

I can attach a screen shot of what I meant to those wishing to solve pl.

Ravi Kumar

Mohammed Rashad

unread,
Aug 30, 2011, 3:26:53 AM8/30/11
to openjum...@googlegroups.com
series of blank boxes may be incorrectly given escaped unicodes
--
Regards,
   Mohammed Rashad K M
   M.S. (By Research) student
   Lab for Spatial Informatics
   Department of CSE
   International Institute of Information Technology
   Hyderabad, India

edgar....@web.de

unread,
Aug 30, 2011, 4:50:19 AM8/30/11
to openjum...@googlegroups.com
please attach screen and properties file (name a line matching screen) .. ede

On 30.08.2011 09:26, Mohammed Rashad wrote:
> series of blank boxes may be incorrectly given escaped unicodes
>

edgar....@web.de

unread,
Aug 30, 2011, 6:13:21 AM8/30/11
to Ravi Vundavalli, jump users
I read somewhere that the welcome screen is special in this regard. I guess on the wikipage.

In the application however it should work everywhere if not, it's a bug ;) .. ede

On 30.08.2011 12:10, Ravi Vundavalli wrote:
> I feel that it has something to do with the Size (of font)
> Instances:
> The welcome screen it self shows blanks.
> But it is OK at a smaller size in the earlier attachment, size being small.
>
>
> On Tue, Aug 30, 2011 at 3:05 PM, <edgar....@web.de <mailto:edgar....@web.de>> wrote:
>
> ok, can't see nothing weird here. could you name some more instances where it does not work? maybe a glitch in the programming, will look at it later.
>
> please extract some strings that don't work partially and send this partial properties file so i have something to play with.
>
> thanks ede
>
> On 30.08.2011 11:22, Ravi Vundavalli wrote:
> > Hi,
> > the jpg shows how the screen looks. At the top left corner is correctly written Open JUMP in /Telugu/ .
> > At the bottom a series of rectangles are given for 'Save Data Set As'.
> > How ever the pop-up window for 'Save Dataset As', has /Telugu/ equivalent coorectly given (not in this screen shot).
> >
> > Have attached a partially translated/Telugu /properties file.
> > Ravi

vikram vikram

unread,
Aug 31, 2011, 11:09:09 AM8/31/11
to openjum...@googlegroups.com
how did you done that

Ravi Vundavalli

unread,
Aug 31, 2011, 11:44:22 PM8/31/11
to openjum...@googlegroups.com
Vikram,
the way I followed (for Windows OS).. also remember, there are some bugs which our OJ coders will soon solve. If it can work for Chinese.. it will work for Indian languages too (soon).

1. Download the nightly build zip file and open it in a decently named folder
2. Extract files from (in the extracted lib folder)  lib\openjump-core-*.jar to the main folder you created
3. Try changing the bin\oj_windows.bat file as given in the web page to actually taste the magic of OJ showing other languages.
    For example the following change will make OJ for Chinese
    set JAVA_OPTS=%JAVA_OPTS% -Duser.language=zh -Duser.country=HK
To run OJ use bin\oj_windows.bat and taste the difference.

NOW to make OJ work for Indian languages (U need to be on-line)

4.Copy paste all that is in jump_pt_BR.properties (say after opening jump_pt_BR.properties in Notepad) in 
5. Choose your language, from the upper right pull-down menu in http://www.google.com/transliterate
6. Make all the changes, then Select all --> Copy --> Paste in Notepad and save in Unicode as 1.txt
    If it is not pre-existing on your system. 
   native2ascii.exe -encoding unicode 1.txt jump_te_IN.PROPERTIES
   You must set the path correctly and run this from command prompt. Output file may cause a problem of 'No Permission.. etc', Beware .. Choose a location that wont have permission problems.
search for the language of your choice, to get its standard two letter name, Example: te for Telugu, and IN for India
9. Copy the resultant file properly named in the 'Language' folder.
    execute bin\oj_windows.bat to see the result 

10. Join the crowd of 'never say die', indic translators, keep posting results on this list.

By the way, are you from Kerala..

Ravi Kumar

Michaël Michaud

unread,
Sep 1, 2011, 3:06:10 AM9/1/11
to openjum...@googlegroups.com
Hi Ravi,

Thanks for precise explanations.
Can you precise what you're refering to with "there are some bugs which our OJ coders will soon solve".

Hope we'll soon have more indian language available for OpenJUMP :-)

Michaël

vikram

unread,
Sep 5, 2011, 10:04:25 AM9/5/11
to openjump-users
no sir. i am from tamilnadu

On Aug 31, 11:44 pm, Ravi Vundavalli <ravivundava...@gmail.com> wrote:
> Vikram,
> the way I followed (for Windows OS).. also remember, there are some bugs
> which our OJ coders will soon solve. If it can work for Chinese.. it will
> work for Indian languages too (soon).
>
> 1. Download the nightly build zip file and open it in a decently named
> folder
> 2. Extract files from (in the extracted lib folder)  lib\openjump-core-*.jar
> to the main folder you created
>     as given athttp://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_...
> 3. Try changing the *bin\oj_windows.bat* file as given in the web page to
> actually taste the magic of OJ showing other languages.
>     For example the following change will make OJ for Chinese
>    * set JAVA_OPTS=%JAVA_OPTS% -Duser.language=zh -Duser.country=HK
> *To run OJ use *bin\oj_windows.bat and taste the difference.*
> *
> *
> *NOW to make OJ work for Indian languages (U need to be on-line)
> *
>
> 4.Copy paste all that is in jump_pt_BR.properties (say after opening
> jump_pt_BR.properties in Notepad) in
>    http://www.google.com/transliterate
> 5. Choose your language, from the upper right pull-down menu inhttp://www.google.com/transliterate
> 6. Make all the changes, then Select all --> Copy --> Paste in Notepad
> and *save
> in Unicode as 1.txt*
> 7. Now download JDK (fromhttp://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7...
> )
>     If it is not pre-existing on your system.
>    native2ascii.exe -encoding unicode *1.txt* jump_te_IN.PROPERTIES
>    You must set the path correctly and run this from command prompt. Output
> file may cause a problem of 'No Permission.. etc', Beware .. Choose a
> location that wont have permission problems.
> 8.  Usehttp://www.w3schools.com/tags/ref_language_codes.asp
> search for the language of your choice, to get its standard two letter name,
> Example: te for Telugu, and IN for India
> 9. Copy the resultant file properly named in the 'Language' folder.
>     execute *bin\oj_windows.bat to see the result *
> *
> *
> 10. Join the crowd of* 'never say die'*,* *indic translators, keep posting
> results on this list.
>
> By the way, are you from Kerala..
>
> Ravi Kumar
Reply all
Reply to author
Forward
0 new messages