Merge commit '8bf469f7fcd428ebc8c3c9b9ab777c79e2824c67'

# Conflicts:
#	resources/vanilla
#	src/lang/Language.php
This commit is contained in:
Dylan K. Taylor 2020-01-31 19:22:14 +00:00
commit 301460a0ea

View File

@ -44,6 +44,8 @@ class Language{
public const FALLBACK_LANGUAGE = "eng";
/**
* @return string[]
*
* @throws LanguageNotFoundException
*/
public static function getLanguageList(string $path = "") : array{