Skip to content
Snippets Groups Projects
  1. Jan 05, 2018
  2. Jan 04, 2018
  3. Dec 29, 2017
  4. Dec 14, 2017
  5. Dec 08, 2017
  6. Dec 05, 2017
    • Jaime Pérez Crespo's avatar
      Fix build. · 425aa2ba
      Jaime Pérez Crespo authored
      The last version of psalm breaks with array_key_exists(), so we use isset() instead.
      425aa2ba
  7. Nov 29, 2017
  8. Nov 22, 2017
  9. Nov 14, 2017
  10. Oct 27, 2017
  11. Oct 25, 2017
  12. Oct 24, 2017
  13. Oct 19, 2017
  14. Oct 17, 2017
    • Jaime Pérez Crespo's avatar
      Add a "translateFromArray" filter to twig. · 840f2242
      Jaime Pérez Crespo authored
      This allows us to use this new filter to translate strings from a given array of translations, where every translation is indexed by its ISO 639 code. A new configuration option ('language' -> 'priorities') is available too to control the alternative languages that can be used instead of a given language, when the latter is not found. The filter returns null when no suitable translation is found, so that it can be combined with "default()" to set a default translation for a given string.
      840f2242
  15. Oct 16, 2017
  16. Oct 10, 2017
Loading