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