gameServer/Utils.hs
changeset 13673 1aa5e884326a
parent 13418 bb24c3414b0d
child 14064 12bfae554de5
--- 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