diff options
| author | 2017-09-22 16:21:37 +0200 | |
|---|---|---|
| committer | 2017-09-22 16:21:37 +0200 | |
| commit | 3fa63217cdf339b894c29ffe7f9af8c477c724fb (patch) | |
| tree | 8d8c75c2faf766716fb4ab9237193cacdf58e4ea /app/i18n/de/gen.php | |
| parent | a4890fbeb7cb876f6fd7980b91088595bcfb1415 (diff) | |
Quick fix i18n es and zh (#1636)
https://github.com/FreshRSS/FreshRSS/pull/1631
Diffstat (limited to 'app/i18n/de/gen.php')
| -rw-r--r-- | app/i18n/de/gen.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index dccf38383..c6b659f27 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -117,12 +117,14 @@ return array( 'cz' => 'Čeština', 'de' => 'Deutsch', 'en' => 'English', + 'es' => 'Español', 'fr' => 'Français', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', 'ru' => 'Русский', 'tr' => 'Türkçe', + 'zh-cn' => '简体中文', ), 'menu' => array( 'about' => 'Über', |
