share/hedgewars/Data/Scripts/Locale.lua
changeset 12013 3e615852f36e
parent 8824 fe9eacd390f2
child 13088 2b5314cc356c
--- a/share/hedgewars/Data/Scripts/Locale.lua	Sat Apr 09 20:44:55 2016 +0200
+++ b/share/hedgewars/Data/Scripts/Locale.lua	Sat Apr 09 22:13:47 2016 +0200
@@ -7,3 +7,7 @@
     else return text
     end
 end
+
+function loc_noop(text)
+    return text
+end