mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
node_tests: Fix (non-fatal) error from i18n test.
This was missed in commit cef2ecf004
(#18252).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9eb6188dd8
commit
0a9678980f
@@ -9,7 +9,7 @@ const {page_params} = require("../zjsunit/zpage_params");
|
|||||||
// We download our translations in `page_params` (which
|
// We download our translations in `page_params` (which
|
||||||
// are for the user's chosen language), so we simulate
|
// are for the user's chosen language), so we simulate
|
||||||
// that here for the tests.
|
// that here for the tests.
|
||||||
page_params.default_language = "en";
|
page_params.request_language = "en";
|
||||||
page_params.translation_data = {
|
page_params.translation_data = {
|
||||||
"Quote and reply or forward": "Citer et répondre ou transférer",
|
"Quote and reply or forward": "Citer et répondre ou transférer",
|
||||||
"Notification triggers": "Déclencheurs de notification",
|
"Notification triggers": "Déclencheurs de notification",
|
||||||
|
|||||||
Reference in New Issue
Block a user