Upgrade to 3.1.0

This commit is contained in:
Bastian Allgeier
2019-03-19 11:07:14 +01:00
parent 418db4b09b
commit 6e074142f1
98 changed files with 1266 additions and 299 deletions

View File

@@ -53,6 +53,7 @@ trait AppTranslations
* Load and set the current language if it exists
* Otherwise fall back to the default language
*
* @internal
* @param string $languageCode
* @return Language|null
*/
@@ -79,6 +80,7 @@ trait AppTranslations
/**
* Set the current translation
*
* @internal
* @param string $translationCode
* @return void
*/
@@ -90,6 +92,7 @@ trait AppTranslations
/**
* Set locale settings
*
* @internal
* @param string|array $locale
*/
public function setLocale($locale)