1
|
Translators
|
2
|
-----------
|
3
|
|
4
|
Please read the TRANSLATORS file in the top directory.
|
5
|
|
6
|
This directory contains the HTML Unicode recodings of the source
|
7
|
language files. These are the actual files used by phpPgAdmin
|
8
|
when displaying strings.
|
9
|
|
10
|
Instructions on recoding:
|
11
|
|
12
|
cd lang
|
13
|
make <language> (eg. 'french')
|
14
|
|
15
|
Running make with no arguments will recode all language files:
|
16
|
|
17
|
cd lang
|
18
|
make
|
19
|
|
20
|
To check your translation:
|
21
|
|
22
|
cd lang
|
23
|
php langcheck <language> (eg. 'french');
|
24
|
|
25
|
To synchronize your translation with english.php:
|
26
|
|
27
|
cd lang
|
28
|
./synch <language> (eg. 'polish');
|
29
|
|