+ Fixed sql problems with Maria DB. Any_value is not supported there
        + Fixed some query and data loading brain fucks..
-       + Updated third party informations in readme
+       + Updated third party information in readme
        + Fixed xml import xsd
+       + Added translation support. More information in translation.txt
 
 version 2.5.2 - Darkmere (2020-09-12)
 
 
 TODO / Feature list
-+ translation support
 + adapt new php 7
 ++ http://php.net/manual/en/migration70.new-features.php#migration70.new-features.null-coalesce-op
 
 
-2.6 - Darkmere
+2.6 - Hypostyle
 
 
 The FRONTEND_LANGUAGE setting in config.php defines the used language.
 
-If no or wrong FRONTEND_LANGUAGE is set eng will be used.
+If no or wrong FRONTEND_LANGUAGE is set, eng will be used.
 
 If you are updating from a previous version make sure every update info from
 the version your are updating from is done.
 
-## version 2.6 - Darkmere
+## version 2.6 - Hypostyle
 
 + Update config file with the new language setting. See config.default and
   translation.txt for more information
 
  *
  */
 
-
+/**
+ * Class Translation
+ *
+ * A very simple way to load and provide the translation
+ */
 class Translation {
 
        /**