mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-03 06:13:01 +00:00
Turn an error message into a Debug::LOCALE warning
This commit is contained in:
parent
b14e5925a9
commit
bd206ff5f5
@ -250,7 +250,7 @@ bool Messages::readMoFile()
|
|||||||
|
|
||||||
string const code = realCode(lang_);
|
string const code = realCode(lang_);
|
||||||
if (code.empty()) {
|
if (code.empty()) {
|
||||||
LYXERR0("Cannot find translation for language " << lang_);
|
LYXERR(Debug::LOCALE, "Cannot find translation for language " << lang_);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -117,6 +117,9 @@ What's new
|
|||||||
- Fix a problem when PATH changes and python command is relative (bug 8950).
|
- Fix a problem when PATH changes and python command is relative (bug 8950).
|
||||||
|
|
||||||
- Reduce memory use with large documents.
|
- Reduce memory use with large documents.
|
||||||
|
|
||||||
|
- Disable a console message when loading a document in a language for
|
||||||
|
which the UI is not translated.
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
Loading…
Reference in New Issue
Block a user