2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 13:18:53 +00:00
|
|
|
<class name="OptimizedTranslation" inherits="Translation" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
|
|
|
Optimized translation.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
Optimized translation. Uses real-time compressed translations, which results in very small dictionaries.
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="generate">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
2022-08-06 18:11:48 +00:00
|
|
|
<param index="0" name="from" type="Translation" />
|
2017-09-12 20:42:36 +00:00
|
|
|
<description>
|
2018-11-19 04:20:05 +00:00
|
|
|
Generates and sets an optimized translation from the given [Translation] resource.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
</class>
|