remove russian, we need to start over anyway

This commit is contained in:
Avris 2021-08-27 12:31:18 +02:00
parent 3ee4bdd930
commit 5621361690
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module.exports = [
['no', 'Norsk (Bokmål)', 'https://no.pronouns.page', true],
['pl', 'Polski', 'https://zaimki.pl', true],
['pt', 'Português', 'https://pt.pronouns.page', true],
['ru', 'Русский', 'https://ru.pronouns.page', false],
// ['ru', 'Русский', 'https://ru.pronouns.page', false],
['yi', 'ייִדיש', 'https://yi.pronouns.page', false],
['zh', '中文', 'https://zh.pronouns.page', true],
];