-
Notifications
You must be signed in to change notification settings - Fork 39
/
TRANSLATION
28 lines (18 loc) · 874 Bytes
/
TRANSLATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Location:
Translation data is stored in the file "data/texts".
Its format is human-friendly, it consists of a bunch of entries of
this kind:
text option <opt> requires an argument
en_US.UTF-8 option <opt> requires an argument
fr_FR.UTF-8 l'option <opt> nécessite un argument
The first line gives the text as written in the program source code.
Following lines are translations of this text in various locales.
You may use a modified version of this file, laby will look for it
at the following locations (in this order):
~/.config/laby/texts
/usr/share/laby/texts
Levels stored in data/levels also contain translatable strings
using the same format.
Contributions:
If you wish to contribute new translations or improve existing ones,
please post them on github: https://github.com/sgimenez/laby/issues