Started German translation

This commit is contained in:
Henning Schumann 2020-02-12 16:47:09 +01:00
parent f70dae3f0e
commit 18fc02dc87
2 changed files with 15 additions and 1 deletions

View File

@ -143,5 +143,17 @@ module.exports = {
profile: "Pagina",
search: "Buscar",
settings: "Reglas"
},
de: {
extended: "Erweitert",
popular: "Beliebt",
latest: "Neuestes",
mentions: "Erwähnungen",
topics: "Themen",
profile: "Profil",
search: "Suche",
settings: "Einstellungen",
publish: "Veröffentlichen",
private: "Privat"
}
};

View File

@ -560,7 +560,9 @@ exports.settingsView = ({ status, peers, theme, themeNames }) => {
{ action: "/language", method: "post" },
select({ name: "language" }, [
languageOption("en", "English"),
languageOption("es", "Español")
languageOption("es", "Español"),
/* cspell:disable-next-line */
languageOption("de", "Deutsch")
]),
button({ type: "submit" }, i18n.setLanguage)
),