From 568ee718bb217f4ecbebc962557ef659b9f6e624 Mon Sep 17 00:00:00 2001 From: Mihkel Tõnnov Date: Mon, 21 Sep 2020 19:56:30 +0200 Subject: tdf#136951: Add Võro (vro-EE) locale data and rudimentary autocorrect list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id5a5d71b7f457d18b9d0982f9b4df95566c09be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103122 Tested-by: Jenkins Reviewed-by: Eike Rathke --- config_host/config_locales.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host') diff --git a/config_host/config_locales.h.in b/config_host/config_locales.h.in index a5f1e65b7dbe..b9b6988cc891 100644 --- a/config_host/config_locales.h.in +++ b/config_host/config_locales.h.in @@ -49,6 +49,7 @@ #define WITH_LOCALE_th 0 #define WITH_LOCALE_tr 0 #define WITH_LOCALE_uk 0 +#define WITH_LOCALE_vro 0 #define WITH_LOCALE_zh 0 #define WITH_LOCALE_FOR_SCRIPT_Cyrl 0 -- cgit