aboutsummaryrefslogtreecommitdiff
path: root/src/translation.cpp
AgeCommit message (Expand)Author
2021-08-12Fix a segfault caused by wrong textdomain lines in translation files (#11530)DS
2021-02-07Reduce empty translation error to infostreamrubenwardy
2020-09-16Clean up server-side translations, remove global variable (#10075)rubenwardy
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2019-02-23Fix files with CRLF line endings in translations (#8280)Nathanaël Courant
2019-02-02Move missing translations warnings to verbosestream (#8156)Nathanaël Courant
2018-05-28Fix a -Wcatch-value warning reported by GCC 8.1Loïc Blot
2017-08-26Add '@n' escape sequences and some documentation on translated strings.Nathanaël Courant
2017-08-24Add clientside translations.Ekdohibs