Difference between revisions of "Internationalisation/Translating html files"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) |
AngelHerraez (talk | contribs) (fix url) |
||
Line 6: | Line 6: | ||
# Locate the relevant files.<br>Examples: | # Locate the relevant files.<br>Examples: | ||
− | #* Files for "About Jmol" dialog are in {{Directory|org/openscience/jmol/app/}} | + | #* Files for "About Jmol" dialog are in {{Directory|org/openscience/jmol/app/jmolpanel/}} |
#* Files for "Export to Web" module are in {{Directory|org/openscience/jmol/app/webexport/html/}} | #* Files for "Export to Web" module are in {{Directory|org/openscience/jmol/app/webexport/html/}} | ||
# Duplicate the original English files and rename them according to your language: | # Duplicate the original English files and rename them according to your language: |
Latest revision as of 10:31, 17 December 2010
Several pieces of the Jmol application (like the About Jmol dialog and the Export to Web help, instructions and templates) are written as html files.
For these, we do not use the standard way of translation; instead, translators need to prepare translated copies of the html files.
Procedure:
- Locate the relevant files.
Examples:- Files for "About Jmol" dialog are in org/openscience/jmol/app/jmolpanel/
- Files for "Export to Web" module are in org/openscience/jmol/app/webexport/html/
- Duplicate the original English files and rename them according to your language:
- Edit the files (using a text or html editor) and translate their content. Save.
- Either upload the files to the SVN system (if you have the privileges to do so) or send them to one of the developers (nicove@users.sourceforge.net or Jmol-developers@lists.sf.net).