aboutsummaryrefslogtreecommitdiff
path: root/src/translation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a -Wcatch-value warning reported by GCC 8.1Loïc Blot2018-05-281-2/+2
| | | | | | | ``` 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-261-0/+4
|
* Add clientside translations.Ekdohibs2017-08-241-0/+146