path set correctly for subfolder of translation scripts

This commit is contained in:
Moriz Wahl 2020-02-18 13:54:38 +01:00
parent 069e67f942
commit 3a33430298

View File

@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
ROOT_DIR=$(dirname "$0")/.. ROOT_DIR=$(dirname "$0")/../..
english="$ROOT_DIR/webapp/locales/en.json" english="$ROOT_DIR/webapp/locales/en.json"
german="$ROOT_DIR/webapp/locales/de.json" german="$ROOT_DIR/webapp/locales/de.json"
listPaths="jq -c 'path(..)|[.[]|tostring]|join(\".\")'" listPaths="jq -c 'path(..)|[.[]|tostring]|join(\".\")'"