aboutsummaryrefslogtreecommitdiff
path: root/translations/generate_translations_header.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19Close file before exit to avoid potential resource leakJesusRami1-0/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-15Embed the translation files in the binaryGuillaume LE VAILLANT1-0/+86
If a translation file exists in a "translations" directory located in the same directory as the binary, it is used in priority (this can be useful when working on translations as you don't have to recompile the whole program all the time), and if no such file is found the embedded translation file is used (if it exists).