1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
You may localize, translate the HTML-files in this directory.
Translate the text and instructions, but keep the timer commands in English.
Rename the translated files to "filename-format-LANG.html" and "timer-syntax-LANG.html".
Replace the LANG with your language code.
The LANG variable contains your current language code. Type
$ echo $LANG
nb_NO.utf8
For example when translated to Norwegian Bokmål, the files will get names
filename-format-nb_NO.html and timer-syntax-nb_NO.html
Keep the timer commands in English.
You can set the language before starting the recorder. For example
$ LANG=nb_NO.utf8 audio-recorder
or
$ LANG=de.utf8 audio-recorder
|