Change default LOCALEDIR to "translations" in wesconfig.h...
...and define it only if it's not already defined
This commit is contained in:
parent
d23f30d1da
commit
f338e35892
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
|||
# define VERSION "0.8.10-CVS"
|
||||
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
|
||||
# define PACKAGE "wesnoth"
|
||||
# define LOCALEDIR "po"
|
||||
# ifndef LOCALEDIR
|
||||
# define LOCALEDIR "translations"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue