From 5b7d952626160e7e17762bdc69211c69b1b3c8cd Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 11 May 2024 18:46:00 +0100 Subject: Remove the broken Catalan, Hungarian, and Russian translations. --- data/anope.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/anope.example.conf b/data/anope.example.conf index cd525b027..abf51dabb 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -511,7 +511,7 @@ options * * Removing .UTF-8 will instead use the default encoding for the language, e.g. iso-8859-1 for western European languages. */ - languages = "ca_ES.UTF-8 de_DE.UTF-8 el_GR.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 hu_HU.UTF-8 it_IT.UTF-8 nl_NL.UTF-8 pl_PL.UTF-8 pt_PT.UTF-8 ru_RU.UTF-8 tr_TR.UTF-8" + languages = "de_DE.UTF-8 el_GR.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 nl_NL.UTF-8 pl_PL.UTF-8 pt_PT.UTF-8 tr_TR.UTF-8" /* * Default language that non- and newly-registered nicks will receive messages in. -- cgit