galene icon indicating copy to clipboard operation
galene copied to clipboard

Translation for Galène

Open jjsarton opened this issue 11 months ago • 3 comments

jjsarton avatar Dec 04 '24 15:12 jjsarton

Some user want to have galène translated to there own language. In order to provide a ways which don't require changes within the galene code, I have created the project galene-translate. The only necessary changes to the galene installation is to copy the directory translation under the static folder of your galene project and to add

<script src="/translation/translate.js" defer></script>

at the end of the

part of the files galene.html, index.html, 404.html and change-password.html.

Presently I support German and French. The French translation required only a few minutes and may be revided at some places.

Translating to your own language shall be easy.

jjsarton avatar Dec 04 '24 15:12 jjsarton

Where is the code?

jech avatar Dec 15 '24 13:12 jech

I found this, maybe it's here: https://github.com/jjsarton/galene-translate

TRIXConsulting avatar Jan 14 '25 22:01 TRIXConsulting