Moved data/translations/english.cfg -> data/english.cfg
and removed data/translations
This commit is contained in:
parent
7ec60ad91d
commit
d4ce02f6bb
2 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ bool set_language(const language_def& locale)
|
||||||
|
|
||||||
// fill string_table (should be moved somwhere else some day)
|
// fill string_table (should be moved somwhere else some day)
|
||||||
try {
|
try {
|
||||||
scoped_istream stream = preprocess_file("data/translations/english.cfg");
|
scoped_istream stream = preprocess_file("data/english.cfg");
|
||||||
read(cfg, *stream);
|
read(cfg, *stream);
|
||||||
} catch(config::error& e) {
|
} catch(config::error& e) {
|
||||||
std::cerr << "Could not read english.cfg\n";
|
std::cerr << "Could not read english.cfg\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue