From: Vincent Vanwaelscappel Date: Mon, 29 Mar 2021 18:04:35 +0000 (+0200) Subject: wait #4336 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9e3c22b261b3abbead4befb8b99317d04d3c7adb;p=sandvik-apps.git wait #4336 @0.5 --- diff --git a/ScreeningMediaSelection/ScreeningMediaSelection.zip b/ScreeningMediaSelection/ScreeningMediaSelection.zip index 2a43811..a5a972c 100644 Binary files a/ScreeningMediaSelection/ScreeningMediaSelection.zip and b/ScreeningMediaSelection/ScreeningMediaSelection.zip differ diff --git a/ScreeningMediaSelection/_doc/translations.xlsx b/ScreeningMediaSelection/_doc/translations.xlsx index 962eb9e..241915b 100644 Binary files a/ScreeningMediaSelection/_doc/translations.xlsx and b/ScreeningMediaSelection/_doc/translations.xlsx differ diff --git a/ScreeningMediaSelection/tools/importtranslations.php b/ScreeningMediaSelection/tools/importtranslations.php index 0a604c9..06b8a86 100644 --- a/ScreeningMediaSelection/tools/importtranslations.php +++ b/ScreeningMediaSelection/tools/importtranslations.php @@ -4,7 +4,7 @@ require_once 'common.php'; $root = __DIR__ . '/../'; $js = $root . 'js/locales.js'; $xlsx = $root . '/_doc/translations.xlsx'; -$data = json_decode(postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file'), true); +$data = json_decode(postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file', ['dataorg' => 'excelToArray', 'format' => 'json']), true); $locales = []; foreach ($data as $sheet) {