From ae1990361bbf108c16d9aa4aa2d4743304e0cb82 Mon Sep 17 00:00:00 2001 From: Robert Korulczyk Date: Mon, 28 Sep 2020 22:43:34 +0200 Subject: [PATCH] Temporarily disable `ja` subsplit We need to wait until https://github.com/rob006-software/flarum-translations/issues/350#issuecomment-678664726 gets addressed. --- config/subsplits.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/subsplits.php b/config/subsplits.php index f2e383cd95..ec7627df18 100644 --- a/config/subsplits.php +++ b/config/subsplits.php @@ -15,6 +15,7 @@ use function rob006\flarum\translations\helpers\getComponents; return [ + /* 'ja' => [ 'type' => 'language', 'language' => 'ja', @@ -23,6 +24,7 @@ 'branch' => 'master', 'path' => '/locale', ], + */ 'pl' => [ 'type' => 'language', 'language' => 'pl',