PHashTranslation.xml 687 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="PHashTranslation" inherits="Translation" category="Core" version="3.1.2">
  3. <brief_description>
  4. Optimized translation.
  5. </brief_description>
  6. <description>
  7. Optimized translation. Uses real-time compressed translations, which results in very small dictionaries.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="generate">
  13. <return type="void">
  14. </return>
  15. <argument index="0" name="from" type="Translation">
  16. </argument>
  17. <description>
  18. Generates and sets an optimized translation from the given [Translation] resource.
  19. </description>
  20. </method>
  21. </methods>
  22. <constants>
  23. </constants>
  24. </class>