mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
path set correctly for subfolder of translation scripts
This commit is contained in:
parent
069e67f942
commit
3a33430298
@ -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(\".\")'"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user