]> granicus.if.org Git - php/commitdiff
Fix bug #70574: Move files to proper locale dir
authorFlorian Engelhardt <florian.engelhardt@oxid-esales.com>
Wed, 5 Aug 2020 11:33:52 +0000 (13:33 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 7 Aug 2020 12:37:27 +0000 (14:37 +0200)
Closes GH-5940.

18 files changed:
NEWS
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest.mo [moved from ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest.po [moved from ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest_switch.mo [moved from ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest_switch.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest_switch.po [moved from ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest_switch.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dgettextTest_switched.po [moved from ext/gettext/tests/locale/en/LC_CTYPE/dgettextTest_switched.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dngettextTest.mo [moved from ext/gettext/tests/locale/en/LC_CTYPE/dngettextTest.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/dngettextTest.po [moved from ext/gettext/tests/locale/en/LC_CTYPE/dngettextTest.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest.mo [moved from ext/gettext/tests/locale/en/LC_MESSAGES/dgettextTest.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest.po [moved from ext/gettext/tests/locale/en/LC_MESSAGES/dgettextTest.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest_switch.mo [moved from ext/gettext/tests/locale/en/LC_MESSAGES/dgettextTest_switch.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dgettextTest_switch.po [moved from ext/gettext/tests/locale/en/LC_MESSAGES/dgettextTest_switch.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dngettextTest.mo [moved from ext/gettext/tests/locale/en/LC_MESSAGES/dngettextTest.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/dngettextTest.po [moved from ext/gettext/tests/locale/en/LC_MESSAGES/dngettextTest.po with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/messages.mo [moved from ext/gettext/tests/locale/en/LC_MESSAGES/messages.mo with 100% similarity]
ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/messages.po [moved from ext/gettext/tests/locale/en/LC_MESSAGES/messages.po with 100% similarity]
ext/gettext/tests/locale/fi_FI/LC_MESSAGES/messages.mo [moved from ext/gettext/tests/locale/fi/LC_MESSAGES/messages.mo with 100% similarity]
ext/gettext/tests/locale/fi_FI/LC_MESSAGES/messages.po [moved from ext/gettext/tests/locale/fi/LC_MESSAGES/messages.po with 100% similarity]

diff --git a/NEWS b/NEWS
index 70e9fc32069e9023116c1b991d131abba8a8265c..23d95ac78c9000d41cadc41abac126ae56fa0f70 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP                                                                        NEWS
   . Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
     (Pieter van den Ham)
 
+- Gettext:
+  . Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for
+    gettext()). (Florian Engelhardt)
+
 - LDAP:
   . Fixed memory leaks. (ptomulik)