- Aug 26, 2018
-
-
Tim van Dijen authored
-
- Aug 24, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 22, 2018
-
-
Tim van Dijen authored
-
- Aug 16, 2018
-
-
Tim van Dijen authored
-
- Aug 13, 2018
-
-
Tim van Dijen authored
-
- Aug 08, 2018
-
-
Tim van Dijen authored
-
- Jul 31, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Apr 13, 2018
-
-
Matt Schwager authored
-
- Jan 04, 2018
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Oct 17, 2017
-
-
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.
-
- Jul 18, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Therefore, it should be accessed using self, not $this.
-
- Dec 15, 2016
-
-
Guy Halse authored
-
- Nov 24, 2016
-
-
Jaime Pérez authored
-
Hanne Moa authored
-
- Nov 15, 2016
-
-
Hanne Moa authored
-
- Nov 14, 2016
-
-
Hanne Moa authored
-
- Oct 27, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
bugfix: $langPath won't be defined if an exception is thrown by the method where we get its value from.
-
- Oct 25, 2016
- Oct 12, 2016
-
-
Jaime Pérez authored
-
- Oct 11, 2016
-
-
Jaime Pérez authored
-
- Oct 07, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
Add a couple of methods to perform translations with PHP's native gettext implementation, and start using them.
-
Jaime Pérez authored
-
- Oct 04, 2016
-
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
-
Jaime Pérez authored
Use \SimpleSAML\Logger in the new Localization class, and fix general Exception being called from a namespace.
-
Jaime Pérez authored
These two methods are equivalent to gettext/gettext's __() and n__(), but using strtr() instead of vsprintf(), so that the placeholders can be names instead of printf() format strings.
-
- Sep 15, 2016