This directory contains localization files for UPPAAL GUI.

To add support for a new language: create *_lc.properties files, where lc 
is a language code, like "da"->Danish, "sv"->Swedish, "lt"->Lithuanian, etc..
For example, you can create an initial localization version for Russian 
language by copying the English files: "cp Main.properties Main_ru.properties".

The property files use UTF-8 encoding, depending on your editor this may have
to be configured manually to work. E.g. for intelli-j property encoding is
a separate setting under Editor > File Encodings

On well configured systems the localization should be applied seemlessly.
On Unix the localization is controlled by LANG and LC_* environment variables 
on Unix, e.g. "LANG=lt_LT.UTF-8 java -jar uppaal.jar" will start Uppaal 
in Lithuanian environment with unicode character set. Of course, the fonts 
and locales should be supported by the system. Debian-way to check it is:
"sudo dpkg-reconfigure locales".

A ruby script can be accessed with check.sh which compares translations
to the english locale. This is useful to check for complete translations.
The ruby script is tested with Ruby 2.1.
