From 01a6dccb83371d60a4a21529a98a4c90ca3af048 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 4 Jun 2016 13:13:47 +0900 Subject: [PATCH] Add newline to locale switch (#974) - Added to match format of other sections and increase readability. --- js/lib/Translator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/lib/Translator.js b/js/lib/Translator.js index c2027bae7..4fc493544 100644 --- a/js/lib/Translator.js +++ b/js/lib/Translator.js @@ -167,6 +167,7 @@ export default class Translator { case 'vi': case 'zh': return 0; + case 'af': case 'az': case 'bn':