Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
_L
Map of all messages used by Textadept to their localized form. If the table does not contain the localized version of a given message, it returns a string indicating so via a metamethod.
Functions
_EXISTS
(message)
Returns whether or not message is localized.
This function is necessary since _L[message]
never returns nil
.
Parameters:
message
: The message to localize.
Return:
true
if a localization exists,false
otherwise.