Difference between revisions of "Downloading language files"

From ECHSA Congenital Database
Jump to navigationJump to search
 
Line 36: Line 36:
 
ecdbc_lang_xx_YY.properties
 
ecdbc_lang_xx_YY.properties
 
</pre>
 
</pre>
 
##/!\ The translation of the dictionaries.properties file is currently suspended. This file contains text some text that should not be translated, i.e. the Nomenclature, which should, according to the official standpoint, remain in english. The downside is that also the "Male" and "Female" strings will remain in english as well on some forms (like operation edit form).
 
  
 
'''See also'''
 
'''See also'''
 
* [[How to translate]]
 
* [[How to translate]]

Revision as of 10:41, 24 September 2005

We have created a special web page where you can download the latest translation files. The page always contains the most recent revision of all the files of the project. (You can read more about it on page "Source code repository").

First, download the

ecdbc_lang.properties

file. Take following steps:

1. Go to the language files

2. Find the

ecdbc_lang.properties

file. 3. Click the

ecdbc_lang.properties

file.

4. You'll see the file history. Find the top "download" link.
5. Right-click the top "download" link and save the file.

Next thing that you need to know is what is your language file name. Here are some common language files:

ecdbc_lang_de_AT.properties - german (de), Austria (AT)
ecdbc_lang_de_DE.properties - german (de), Germany (DE)
ecdbc_lang_es_ES.properties - spanish (es), Spain (ES)
ecdbc_lang_es_MX.properties - spanish (es), Mexico (MX)
ecdbc_lang_es_VE.properties - spanish (es), Venezuela (VE)
ecdbc_lang_fr_FR.properties - french (fr), France (FR)
ecdbc_lang_it_IT.properties - italian (it), Italy (IT)
ecdbc_lang_nl_NL.properties - dutch (nl), Netherlands (NL)
ecdbc_lang_pl_PL.properties - polish (pl), Poland (PL)
ecdbc_lang_pt_BR.properties - portugese (pt), Brasil (BR)
ecdbc_lang_tr_TR.properties - turkish (tr), Turkey (TR)
ecdbc_lang_zh_CN.properties - chinese (zh), China (CN)

If your language and country is not on the list, you can figure it out by yourself, regarding your language and country, refer to ISO Language Codes and ISO Country Codes. When you know the codes, copy the

ecdbc_lang.properties

file and rename it with your codes.

If you find it difficult, email us MailTo(softoware@magnum2.pl) and tell us your language and country.

You can download the language file in the same way as the first,

ecdbc_lang.properties

file. After that, you should have two files:

ecdbc_lang.properties
ecdbc_lang_xx_YY.properties

See also