1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <class name="PHashTranslation" inherits="Translation" category="Core" version="3.0.alpha.custom_build">
- <brief_description>
- Optimized translation.
- </brief_description>
- <description>
- Optimized translation. Uses real-time compressed translations, which results in very small dictionaries.
- </description>
- <tutorials>
- </tutorials>
- <demos>
- </demos>
- <methods>
- <method name="generate">
- <return type="void">
- </return>
- <argument index="0" name="from" type="Translation">
- </argument>
- <description>
- </description>
- </method>
- </methods>
- <constants>
- </constants>
- </class>
|