From 3fddbb603c5c3e4aa99134b7ff8eb4795d6557fc Mon Sep 17 00:00:00 2001
From: Neil Lalonde <neillalonde@gmail.com>
Date: Tue, 21 Aug 2018 11:17:42 -0400
Subject: [PATCH] omit zh_TW which breaks the build

---
 script/pull_translations.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/pull_translations.rb b/script/pull_translations.rb
index c8283486196..78c02464719 100755
--- a/script/pull_translations.rb
+++ b/script/pull_translations.rb
@@ -15,7 +15,7 @@ end
 # List of locales that will break Discourse and need to be fixed
 # by translators in Transifex.
 def broken_locales
-  ['ja']
+  ['ja', 'zh_TW']
 end
 
 def supported_locales