Skip to content

Commit

Permalink
added german language
Browse files Browse the repository at this point in the history
  • Loading branch information
replaysMike committed Apr 25, 2023
1 parent f166d2a commit 795625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Binner/Binner.Web/ClientApp/src/layouts/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import '../i18n';
const lngs = {
en: { nativeName: 'English', flag: 'gb' }, // english
it: { nativeName: 'Italiano', flag: 'it' }, // italian
de: { nativeName: 'Deutsch', flag: 'de' }, // german
// temporary: enable languages as the translations are finished.
//de: { nativeName: 'Deutsch', flag: 'de' }, // german
//fr: { nativeName: 'Français ', flag: 'fr' }, // french
//es: { nativeName: 'Español', flag: 'mx' }, // spanish
//zh: { nativeName: '中文', flag: 'cn' }, // chinese
Expand Down

0 comments on commit 795625e

Please sign in to comment.