Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore: fix CV path env var
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Nov 21, 2021
1 parent 54246ce commit 9823245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pull-common-voice-translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HERE=$(dirname $0)

echo "Pulling translations from Common Voice..."
git clone --depth=1 https://github.com/common-voice/common-voice.git $HERE/cv
env COMMON_VOICE_PATH=cv/ node $HERE/export-source-strings.js
env COMMON_VOICE_PATH=$HERE/cv/ node $HERE/export-source-strings.js
cp -r $HERE/cv/web/locales $HERE/../web/

echo "Removing temporary Common Voice repo..."
Expand Down

0 comments on commit 9823245

Please sign in to comment.