m
I hate having to scroll sideways, and I'm on a 1366 width screen.
m (I hate having to scroll sideways, and I'm on a 1366 width screen.) |
|||
| Line 54: | Line 54: | ||
local function defaultFunc(L, key) | local function defaultFunc(L, key) | ||
-- If this function was called, we have no localization for this key. | -- If this function was called, we have no localization for this key. | ||
-- We could complain loudly to allow localizers to see the error of their ways, but, for now, just return the key as its own localization. This allows you to avoid writing the default localization out explicitly. | -- We could complain loudly to allow localizers to see the error of their ways, | ||
-- but, for now, just return the key as its own localization. This allows you to | |||
-- avoid writing the default localization out explicitly. | |||
return key; | return key; | ||
end | end | ||