Replaced old lang function with loc.
--- a/LuaLibraries.wiki Sun Dec 21 01:27:45 2014 +0000
+++ b/LuaLibraries.wiki Sun Dec 21 01:29:43 2014 +0000
@@ -19,9 +19,9 @@
This library allows you to translate string and should be used whenever a script has text. It loads the appropriate locale file and check automatically.
-=== lang(text) ===
+=== `loc(text)` ===
-Returns the localised string of text or if it is not found it returns text.
+Returns the localised string of `text` or, if it is not found, it returns `text`.