German language created (#1114)
* Added german language selection * German language file created * typo * extra space removed and typo corrected * lines 1314 through 1408 removed as suggested
This commit is contained in:
parent
14dd77ad7e
commit
7ca124079e
2 changed files with 1314 additions and 0 deletions
|
@ -177,6 +177,7 @@ public static function getAvailableLanguages()
|
||||||
'auto' => t('Automatic'),
|
'auto' => t('Automatic'),
|
||||||
'en' => t('English'),
|
'en' => t('English'),
|
||||||
'fr' => t('French'),
|
'fr' => t('French'),
|
||||||
|
'de' => t('German'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1313
inc/languages/de/LC_MESSAGES/shaarli.po
Normal file
1313
inc/languages/de/LC_MESSAGES/shaarli.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue