From dcc2e29147249c68f8d6cba426d5b638b1a5a5bc Mon Sep 17 00:00:00 2001 From: skarab42 Date: Fri, 22 Jan 2021 15:44:06 +0100 Subject: [PATCH] feat(locale): Update locale --- app/static/locales/en/app.json | 4 +++- app/static/locales/es/app.json | 4 +++- app/static/locales/fr/app.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/static/locales/en/app.json b/app/static/locales/en/app.json index b73b9e11..8b3b4240 100644 --- a/app/static/locales/en/app.json +++ b/app/static/locales/en/app.json @@ -133,7 +133,9 @@ "filename": "filename", "donate": "donate", "recording": "Rec.:", - "live": "Live:" + "live": "Live:", + "variables": "variables", + "message": "message" }, "obs": { "scene-list": "OBS | Scene list", diff --git a/app/static/locales/es/app.json b/app/static/locales/es/app.json index 97bc73ea..eaae7f2f 100644 --- a/app/static/locales/es/app.json +++ b/app/static/locales/es/app.json @@ -132,7 +132,9 @@ "filename": "nombre del archivo", "donate": "donar", "recording": "Rec.:", - "live": "Live:" + "live": "Live:", + "variables": "variables", + "message": "message" }, "obs": { "scene-list": "OBS | Lista de escenas", diff --git a/app/static/locales/fr/app.json b/app/static/locales/fr/app.json index 6ae4a92d..82d21b25 100644 --- a/app/static/locales/fr/app.json +++ b/app/static/locales/fr/app.json @@ -133,7 +133,9 @@ "filename": "nom du fichier", "donate": "dons", "recording": "Rec. :", - "live": "Live :" + "live": "Live :", + "variables": "variables", + "message": "message" }, "obs": { "scene-list": "OBS | Liste des scènes",