From fae3b29ab1cf8125d82738bf958dafbd9db27eb1 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sat, 31 Oct 2015 11:47:51 +0800 Subject: [PATCH] fixed the empty dutch translation --- js/translate/nl_NL.js | 4 ++-- js/translate/zh_CN.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/translate/nl_NL.js b/js/translate/nl_NL.js index 020fce1..3e46949 100644 --- a/js/translate/nl_NL.js +++ b/js/translate/nl_NL.js @@ -26,7 +26,7 @@ translations.nl_NL = { 'Miscellaneous': 'Overig', 'Global Statistics': 'Globale statistieken', 'About': 'Over het project', - 'Displaying': '', // empty because of grammar in the following 2 elements + 'Displaying': ' ', // empty because of grammar in the following 2 elements 'of': 'van', 'downloads': 'downloads weergegeven', // download filters @@ -117,4 +117,4 @@ translations.nl_NL = { 'Om de nieuwste versie van het project te downloaden, problemen te rapporteren of bij te dragen, ga naar', 'Or you can open the latest version in the browser through': 'Of je kunt hier de nieuwste versie in je browser openen', 'Close': 'Afsluiten', -}; \ No newline at end of file +}; diff --git a/js/translate/zh_CN.js b/js/translate/zh_CN.js index a0a9c15..7658369 100644 --- a/js/translate/zh_CN.js +++ b/js/translate/zh_CN.js @@ -69,4 +69,4 @@ translations.zh_CN = { 'Aria2 server info': 'Aria2 服务器信息', 'Close': '关闭' // about modal -}; \ No newline at end of file +};