diff --git a/components/Header.vue b/components/Header.vue
index ca321cd4c..9986e8e55 100644
--- a/components/Header.vue
+++ b/components/Header.vue
@@ -7,7 +7,7 @@
title
-
+
-
{{options.name}}
diff --git a/locale/en/config.suml b/locale/en/config.suml
index 526cf8dd9..ca7d57573 100644
--- a/locale/en/config.suml
+++ b/locale/en/config.suml
@@ -1,5 +1,4 @@
locale: 'en'
-localeSwitch: true
template:
default: 'he'
diff --git a/locale/pl/config.suml b/locale/pl/config.suml
index 468c26888..f50afac46 100644
--- a/locale/pl/config.suml
+++ b/locale/pl/config.suml
@@ -1,5 +1,4 @@
locale: 'pl'
-localeSwitch: false
template:
default: 'on'
diff --git a/src/data.js b/src/data.js
index cb560829f..b06ef6a30 100644
--- a/src/data.js
+++ b/src/data.js
@@ -4,10 +4,10 @@ import { parseTemplates, getTemplate } from './buildTemplate';
import sourcesForMultipleForms from '../data/sources/sourcesMultiple';
export const locales = {
- en: { name: 'English', url: 'https://en.pronouns.page' },
+ // en: { name: 'English', url: 'https://en.pronouns.page' },
pl: { name: 'Polski', url: 'https://zaimki.pl' },
- de: { name: 'Deutsch', url: 'https://de.pronouns.page' },
- nl: { name: 'Nederlands', url: 'https://nl.pronouns.page' },
+ // de: { name: 'Deutsch', url: 'https://de.pronouns.page' },
+ // nl: { name: 'Nederlands', url: 'https://nl.pronouns.page' },
}
import templatesRaw from '../data/templates/templates.tsv';