Page 2 of 2

Re: LS french translation

Posted: Sat Jan 16, 2010 2:45 pm
by cuse
Sure we will include it!

Re: LS french translation

Posted: Sun Jan 17, 2010 11:11 pm
by pianolivier
Sure we will include it!
great !
src/org/jsample/langprops directory
I found out that there was more files in src/org/sample/view/.../langprops
but I still can't find a couple of sentences like thoses in the browser window, have I missed something ?
also, there are lots of accents in French, so I need a hint :
should I write them all with html codes, like

Code: Select all

<html>\n en Fran&ccedil;ais
or should I use unicode (quicker) ??

Code: Select all

en Fran\U000E7ais
oliver

Re: LS french translation

Posted: Tue Jan 26, 2010 7:22 am
by Andreas
The files should be coded with ISO-8859-1, which I think should cover most of the French characters. If not, you should use the \u syntax. You could also write in your native encoding and convert the files with the native2ascii tool included in Java.

Re: LS french translation

Posted: Sun Feb 14, 2010 12:04 am
by pianolivier
Hi guys !
Translation for JSampler is almost ready, it needs people to test it to make sure there is no misspelling before I send it to you
As I said before, I couldn't find where were the sentences & words of the browser window (the one used to load scripts and other stuff), so this is still in english. I guess it is somewhere in the source code, so will it be possible to externalize it in other files in the langprop directory in the next release ?
for now, here is a call for french testers to try it and submit me corrections

Des testeurs sont demandés pour essayer la version française de JSampler
rendez-vous au lien suivant pour connaitre les démarches à suivre pour l'installer, puis pour me transmettre d'éventuelles corrections à apporter avant que cette traduction soit intégrée aux prochaines versions du logiciel
http://www.linuxmao.org/tikiwiki/tiki-v ... forumId=31
merci d'avance pour votre contribution !

oliver