Create locale.ru
This commit is contained in:
parent
f8a1a8c122
commit
0ead775e13
1 changed files with 13 additions and 0 deletions
13
locale.ru
Normal file
13
locale.ru
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
#!/bin/sh
|
||||
|
||||
# Set the language for various messages to English
|
||||
|
||||
cd server
|
||||
rm MaraBigHash_locale.h
|
||||
ln -s MaraBigHash_ru.h MaraBigHash_locale.h
|
||||
rm MaraDNS_locale.h
|
||||
ln -s MaraDNS_ru.h MaraDNS_locale.h
|
||||
cd ../tcp
|
||||
rm getzone_locale.h
|
||||
ln -s getzone_ru.h getzone_locale.h
|
Loadingâ¦
Reference in a new issue