From 938b7b20566321cd038c33d2d4aa4fb63c61f064 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 31 Oct 2020 13:11:10 +0100 Subject: [PATCH] #61 [english] disable in main for now --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index abcd74d26..b06ef6a30 100644 --- a/src/data.js +++ b/src/data.js @@ -4,7 +4,7 @@ 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' },