Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-02 | Move missing translations warnings to verbosestream (#8156) | Nathanaël Courant | |
They should not spam the console and logs. | |||
2018-05-28 | Fix a -Wcatch-value warning reported by GCC 8.1 | Loïc Blot | |
``` src/translation.cpp:43:16: warning: interception du type polymorphique « class std::out_of_range » par valeur [-Wcatch-value=] } catch (std::out_of_range) { ```· | |||
2017-08-26 | Add '@n' escape sequences and some documentation on translated strings. | Nathanaël Courant | |
2017-08-24 | Add clientside translations. | Ekdohibs | |