Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-06 15:30:04 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-06 16:01:20 +0300
commit50524c2ea20abc0cb55f4a07f6206eb692b933ee (patch)
tree7998a7e2f3f268eaaea0b757a9707ac81e287c98 /src/tests
parent76f9733800d6a117f83a20e64eb8e444c857ab90 (diff)
Pipe all composer data through the Vuex store
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/setup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/setup.js b/src/tests/setup.js
index 1862490f1..2972909ab 100644
--- a/src/tests/setup.js
+++ b/src/tests/setup.js
@@ -37,6 +37,7 @@ global.SVGElement = global.Element
global.OC = {
getLocale: () => 'en',
+ getLanguage: () => 'en_US',
L10N: {
translate: (app, string) => {
if (app !== 'mail') {