Merge pull request #1083 from descala/lang_ca

Catalan language support
This commit is contained in:
André Peters
2018-02-26 18:55:13 +01:00
committed by GitHub
2 changed files with 537 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ $DETECT_LANGUAGE = true;
$DEFAULT_LANG = 'de';
// Available languages
$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'fr', 'nl', 'pl', 'pt', 'ru', 'it');
$AVAILABLE_LANGUAGES = array('de', 'en', 'es', 'fr', 'nl', 'pl', 'pt', 'ru', 'it', 'ca');
// Change theme (default: lumen)
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,