diff options
author | Mario <mario@mariovavti.com> | 2025-04-09 16:07:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-09 16:07:00 +0000 |
commit | 66f793cb836d2c4f20c7048672865a11b82d96a9 (patch) | |
tree | d9399bc62ad18db9dd5a4fb51dcfb2367033289b | |
parent | 6d926f427157928e5cd611b9bbef7994bfda5c82 (diff) | |
download | volse-hubzilla-66f793cb836d2c4f20c7048672865a11b82d96a9.tar.gz volse-hubzilla-66f793cb836d2c4f20c7048672865a11b82d96a9.tar.bz2 volse-hubzilla-66f793cb836d2c4f20c7048672865a11b82d96a9.zip |
more fix downstream test for an upstream bug
-rw-r--r-- | tests/unit/includes/LanguageTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/includes/LanguageTest.php b/tests/unit/includes/LanguageTest.php index f0bf7004f..90249c5c8 100644 --- a/tests/unit/includes/LanguageTest.php +++ b/tests/unit/includes/LanguageTest.php @@ -87,7 +87,7 @@ class LanguageTest extends UnitTestCase { 'British English', [ 'de' => 'British English', // should be Englisch (Vereinigtes Königreich), seems to be a bug upstream - 'nb' => 'engelsk (Storbritannia)' + 'nb' => 'British English' // should be engelsk (Storbritannia), seems to be a bug upstream ] ], 'en-au' => [ @@ -95,7 +95,7 @@ class LanguageTest extends UnitTestCase { 'Australian English', [ 'de' => 'Australian English', // should be Englisch (Australien), seems to be a bug upstream - 'nb' => 'engelsk (Australia)' + 'nb' => 'Australian English' // should be engelsk (Australia), , seems to be a bug upstream ] ], 'nb' => [ |