From f55e04190887e2030e702f464de6c70bd68564de Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 28 Oct 2016 14:37:40 +0200 Subject: [PATCH] Add newlines at the end of the translation files --- app/locale/locale-de-DE.js | 2 +- app/locale/locale-en-GB.js | 2 +- app/locale/locale-nl-NL.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/locale/locale-de-DE.js b/app/locale/locale-de-DE.js index 3820d6f4..fad92455 100644 --- a/app/locale/locale-de-DE.js +++ b/app/locale/locale-de-DE.js @@ -10,4 +10,4 @@ Language = { "Disconnected": "Verbindung zum Server getrennt", "Invalid state": "Falscher Status", "Unable to create RFB client -- ": "RFB Client kann nicht erstellt werden -- ", -}; \ No newline at end of file +}; diff --git a/app/locale/locale-en-GB.js b/app/locale/locale-en-GB.js index c43e55b5..fda76bea 100644 --- a/app/locale/locale-en-GB.js +++ b/app/locale/locale-en-GB.js @@ -10,4 +10,4 @@ Language = { "Disconnected": "Disconnected", "Invalid state": "Invalid state", "Unable to create RFB client -- ": "Unable to create RFB client -- ", -}; \ No newline at end of file +}; diff --git a/app/locale/locale-nl-NL.js b/app/locale/locale-nl-NL.js index 25673059..a9539acf 100644 --- a/app/locale/locale-nl-NL.js +++ b/app/locale/locale-nl-NL.js @@ -10,4 +10,4 @@ Language = { "Disconnected": "Verbinding verbroken", "Invalid state": "Ongeldige toestand", "Unable to create RFB client -- ": "Kan geen RFB client aanmaken -- ", -}; \ No newline at end of file +};