+2017-10-27 Mike FABIAN <mfabian@redhat.com>
+
+ [BZ #15260]
+ * localedata/locales/doi_IN (LC_MESSAGES): Match only for the
+ first letters of yesstr and nostr in yesexpr and noexpr,
+ not for the full words.
+ * localedata/locales/hne_IN (LC_MESSAGES): Likewise.
+ * localedata/locales/kok_IN (LC_MESSAGES): Likewise.
+ * localedata/locales/mr_IN (LC_MESSAGES): Likewise.
+ * localedata/locales/sat_IN (LC_MESSAGES): Likewise.
+ * localedata/locales/km_KH (LC_MESSAGES): Match also for the
+ first letters of yesstr and nostr in yesexpr and noexpr,
+ until now only English was matched in yesexpr and noexpr.
+ * localedata/locales/tl_PH (LC_MESSAGES): Use “copy "fil_PH"”
+ instead of “copy "en_US"”. CLDR has yesstr and nostr data for
+ fil but not for tl. As tl and fil are very similar, using fil
+ is probably better than using English.
+
2017-10-27 Thierry Vignaud <thierry.vignaud@gmail.com>
[BZ #21706]
LC_MESSAGES
-yesexpr "^(<U0939><U092F>|[+1yY])"
-noexpr "^(<U0928><U094D><U0939><U0940>|[-0nN])"
+yesexpr "^[+1yY<U0939>]"
+noexpr "^[-0nN<U0928>]"
yesstr "<U0939><U092F>"
nostr "<U0928><U094D><U0939><U0940>"
END LC_MESSAGES
LC_MESSAGES
-yesexpr "^([+1yY]|<U0939><U094B>)"
-noexpr "^([-0nN]|<U0928><U093E>)"
+yesexpr "^[+1yY<U0939>]"
+noexpr "^[-0nN<U0928>]"
yesstr "<U0939><U094B><U092F>"
nostr "<U0928><U093E><U0939><U0940>"
END LC_MESSAGES
LC_MESSAGES
-yesexpr "^(<U0939><U094B><U092F>|[+1yY])"
-noexpr "^(<U092C><U093E><U0919>|[-0nN])"
+yesexpr "^[+1yY<U0939>]"
+noexpr "^[-0nN<U092C>]"
yesstr "<U0939><U094B><U092F>"
nostr "<U092C><U093E><U0919>"
END LC_MESSAGES