Moved the ./po directory to ./data/po
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1649 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
263d908531
commit
2081a2b687
@ -7,7 +7,7 @@ initTranslations::initTranslations() {
|
||||
// used in driveline files.
|
||||
setlocale (LC_CTYPE, "");
|
||||
// setlocale (LC_MESSAGES, "");
|
||||
bindtextdomain (PACKAGE, "./po");
|
||||
bindtextdomain (PACKAGE, "./data/po");
|
||||
//bindtextdomain (PACKAGE, LOCALEDIR);
|
||||
textdomain (PACKAGE);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user