Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. May 31, 2018
  3. Oct 25, 2017
  4. Oct 19, 2017
  5. Jul 18, 2017
  6. Dec 15, 2016
  7. Nov 24, 2016
  8. Nov 15, 2016
  9. Nov 14, 2016
  10. Oct 27, 2016
  11. Oct 11, 2016
  12. Aug 31, 2016
  13. Aug 30, 2016
  14. Feb 29, 2016
  15. Feb 09, 2016
  16. Feb 05, 2016
  17. Jan 14, 2016
    • Hanne Moa's avatar
      Fixed comments from previous pull-request · 6492ce36
      Hanne Moa authored
      6492ce36
    • Hanne Moa's avatar
      Refactor SimpleSAML_XHTML_Template · d2759355
      Hanne Moa authored
      A template now has a translator-object, SimpleSAML_Locale_Translate.
      This handles the existing translation system.
      
      The translator has a language-object, SimpleSAML_Locale_Language. This
      handles discovery and switching of locale.
      
      SimpleSAML_XHTML_Template has several methods that are wrapped
      translator-methods:
      
      t()
      isLanguageRTL()
      getLanguageList()
      getTranslation()
      
      This way it isn't necessary to change much of the existing system.
      d2759355
Loading