diff -r 7a31a292fa84 -r 1aa5e884326a gameServer/Utils.hs --- a/gameServer/Utils.hs Sun Aug 19 09:54:46 2018 -0400 +++ b/gameServer/Utils.hs Tue Aug 21 02:14:15 2018 +0200 @@ -233,6 +233,9 @@ AnswerClients [clChan] ["HH_NUM", teamname team, showB $ hhnum team]] +-- Locale function to localize strings. +-- loc is just the identity functions, but it will be collected by scripts +-- for localization. Use loc to mark a string for translation. loc :: B.ByteString -> B.ByteString loc = id