diff options
author | thomas <thomas@chauchefoin.fr> | 2018-03-22 21:13:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 21:13:12 +0100 |
commit | e787e194a44ef7be831c19301138c5e58dc537c1 (patch) | |
tree | ff644c6f388462da21e493f835e419fff8df2d74 /custom/views/install.tpl.php | |
parent | 79cd46cf59de740c7e53e740bfab428786bfea4d (diff) | |
download | planet-e787e194a44ef7be831c19301138c5e58dc537c1.tar planet-e787e194a44ef7be831c19301138c5e58dc537c1.tar.gz planet-e787e194a44ef7be831c19301138c5e58dc537c1.tar.bz2 planet-e787e194a44ef7be831c19301138c5e58dc537c1.tar.xz planet-e787e194a44ef7be831c19301138c5e58dc537c1.zip |
Add German translation
* l10n: add German translation
* installer: add German language
Diffstat (limited to 'custom/views/install.tpl.php')
-rw-r--r-- | custom/views/install.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/views/install.tpl.php b/custom/views/install.tpl.php index 038ecdb..9eaff65 100644 --- a/custom/views/install.tpl.php +++ b/custom/views/install.tpl.php @@ -92,6 +92,7 @@ <option selected="selected" value="en">English</option> <option value="es">Español</option> <option value="fr">Français</option> + <option value="en">Deutsch</option> </select> </p> <p> |