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