Configuration:Create Menu Language
This page describes the alternate, legacy method of localization. The current procedure can be found here.
By choosing a menu language, the dialog elements of the program are shown in your localization. The items are read from a simple text file, using the ini style formatting but with the file extension .lang
. The file has to be stored with UTF-8 encoding. If not available the program creates a new file english.lang which could be used as basis for new translations.
At the top of the file some general information are collected under the key word [Header]
. That is Author
, Version
, and Date
which are shown in the configuration dialog. The identifier of LangID=<value>
will be used for the flag on the game server. It follows the ISO 639-1 code. Furthermore you can add more information in the header like licensing or comments.
The section Many controls are created after program start and do not follow the default identification. For example, |
[Header] Author=John Doe Version=1 Date=2010-01-30 LangID=eo Licence=Creative Commons Comment=Just a demo [Translation] fmMain.Caption=Scrabble3D tbExit.Caption=E&xit tbExit.Hint=Fini programo rMain_GameEnd=Ludofino |
A completely new localization can be created by copying and renaming an existing file or by just creating an empty file. If the empty file has the extension .lang
and if it's placed in the configuration directory, you can "load it" after next restart. And loading means that all non-existing entries are replaced by the current setting.
Special formatting are %s (strings) and %d (decimal numbers). The position of these place holders is free but make sure the items contains it. For example, you can replace rmain_gameendwin=Game is won by %s
by rmain_gameendwin=%s wins the game.
. The statement %s will be replaced dynamically by the name of the player. In case of more than one formatting the sequence matters. In particular you must not interchange %s and %d.
For hints it is possible to define line breaks. To do so, add \\n at the position where you want to break the text. You may add as many line breaks as you need.
In case of multiple plurals you can use the pipe char to separate the forms. The plural forms are fix implemented and defined by language ID at the header. For example Zero items|One item|Many items
, in case of French.
Language: |
Deutsch • English • Español • Français • Gaeilge • Gàidhlig • Italiano • Svenska |