From c361eaf972fcc604fd656b76f506c1675d81e5b2 Mon Sep 17 00:00:00 2001 From: yopaseopor Date: Wed, 26 Aug 2020 01:03:51 +0200 Subject: [PATCH] Spanish translation --- UI/i18n/Translations.ts | 4 ++-- install.bat | 1 + run.bat | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 install.bat create mode 100644 run.bat diff --git a/UI/i18n/Translations.ts b/UI/i18n/Translations.ts index 64c309b..3133936 100644 --- a/UI/i18n/Translations.ts +++ b/UI/i18n/Translations.ts @@ -571,12 +571,12 @@ export default class Translations { en: 'Drinking water', nl: "Drinkbaar water", fr: "Eau potable" - }) + }) } }, image: { - addPicture: new T({en: 'Add picture', nl: 'Voeg foto toe', fr: 'Ajoutez une photo'}), + addPicture: new T({en: 'Add picture', es: 'AƱadir foto' , nl: 'Voeg foto toe', fr: 'Ajoutez une photo'}), uploadingPicture: new T({ en: 'Uploading your picture...', nl: 'Bezig met een foto te uploaden...', diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..b66c116 --- /dev/null +++ b/install.bat @@ -0,0 +1 @@ +npm install \ No newline at end of file diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..eb358b2 --- /dev/null +++ b/run.bat @@ -0,0 +1,2 @@ +npm run start +cmd /k