Component for rendering texts from dictionary.
React Docs
Static
Adds the dictionary to the default dictionary.
Dictionary data.
Adds the dictionary to the specific key.
Key of the dictionary.
Registers function to the text.
Name of the function.
Called function.
Rest
Formats the text.
Text to format.
Arguments for text format.
Formats the text with HTML converted to JSX.
Gets the text from the dictionary.
Key of the text in the dictionary.
T - Type of the dictionary object -> typeof { key: 'value' }.
T
typeof { key: 'value' }
Gets the text from the dictionary as JSX object. All HTML in the text is converted to JSX.
Sets the currently active dictionary.
Component for rendering texts from dictionary.