summaryrefslogtreecommitdiff
path: root/src/translation.cpp
Commit message (Collapse)AuthorAge
* Fix files with CRLF line endings in translations (#8280)Nathanaël Courant2019-02-23
|
* Move missing translations warnings to verbosestream (#8156)Nathanaël Courant2019-02-02
| | | They should not spam the console and logs.
* Fix a -Wcatch-value warning reported by GCC 8.1Loïc Blot2018-05-28
| | | | | | | ``` src/translation.cpp:43:16: warning: interception du type polymorphique « class std::out_of_range » par valeur [-Wcatch-value=] } catch (std::out_of_range) { ```·
* Add '@n' escape sequences and some documentation on translated strings.Nathanaël Courant2017-08-26
|
* Add clientside translations.Ekdohibs2017-08-24