From 74e7284fe1d4be0e7eb3eb3ba9908eb7d0f04e3f Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 25 Oct 2017 10:35:19 +0200 Subject: ta_IN locale: Fix yesexpr and noexpr * localedata/locales/ta_IN (LC_MESSAGES): Fix yesexpr and noexpr (Use first letters of yesstr and nostr correctly). --- localedata/locales/ta_IN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN index 5963a264b7..e5d51149de 100644 --- a/localedata/locales/ta_IN +++ b/localedata/locales/ta_IN @@ -146,8 +146,8 @@ END LC_TIME LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "^[+1yY]" +noexpr "^[-0nN]" yesstr "" nostr "" END LC_MESSAGES -- cgit 1.4.1