diff -r 654f68cfbeac -r 28eb488c6f8f LuaStats.wiki --- a/LuaStats.wiki Sat Oct 12 11:42:10 2019 +0100 +++ b/LuaStats.wiki Sat Oct 12 11:44:28 2019 +0100 @@ -45,7 +45,7 @@ The default point type and the special point types (those with the exclamation mark) will get localized in the frontend, including numerus form and decimal point. Do not enclose these special values in `loc()` (see [LuaLibraryLocale]). -If you use the custom text with number, it will not be localized by the frontend. You can enclose it in `loc()` in Lua. However, this type doesn't support localization of the numerus form and decimal point, so only use this one as a last resort. +If you use the custom text with number, it will not be localized by the frontend, but it's supposed to be localized in Lua instead, just use `loc()`. However, this type doesn't support localization of the numerus form and decimal point, so only use this one as a last resort. === Examples ===