Home  Contents

tr.translators

Tr Core4 Lua Commands

SYNOPSIS

tr.translators

DESCRIPTION

tr.translators is a table which holds the loaded contextual translators. Each time tr() needs to do a contextual translation, it asks all translators in this table until a match is found.

Normally, this table is not used directly by applications. It needs to be cleared before loading translators for a different language however, by doing:

tr.translators = nil

SEE ALSO