mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-28 08:38:52 +00:00
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
|
Translators
|
||
|
-----------
|
||
|
|
||
|
Please read the TRANSLATORS file in the top directory.
|
||
|
|
||
|
To check your translation:
|
||
|
|
||
|
cd lang
|
||
|
php langcheck <language> (eg. 'french');
|
||
|
|
||
|
To synchronize your translation with english.php:
|
||
|
|
||
|
cd lang
|
||
|
./synch <language> (eg. 'polish');
|