Skip to content

Commit

Permalink
Re-enabled building dictionaries after accidentally leaving it disabl…
Browse files Browse the repository at this point in the history
…ed from last debugging
  • Loading branch information
tkedwards committed Jan 11, 2018
1 parent db4b8ac commit 12d9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regenerate_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
# Create the dictionaries
LANGUAGES="German:deu Spanish:spa Dutch:nld Norwegian:nob French:fra Italian:ita Portuguese:por Swedish:swe Finnish:fin Danish:dan Polish:pol Russian:rus"
echo "Creating Dictionaries for $LANGUAGES"
#"$SCRIPTDIR"/wiktionarytodict.sh -f "$WORKINGDIR"/enwiktionary-latest-pages-articles.xml -l "$LANGUAGES" -d "$WORKINGDIR"
"$SCRIPTDIR"/wiktionarytodict.sh -f "$WORKINGDIR"/enwiktionary-latest-pages-articles.xml -l "$LANGUAGES" -d "$WORKINGDIR"

echo "Bundle up the dictionaries in a .tar.gz file (effectively a new 'release' that's ready to be packaged for Debian or other distros)"
echo "Dictionaries created. Enter the new release version for wiktionarytodict (e.g. 20120630, NOT 20120630-1): "
Expand Down

0 comments on commit 12d9752

Please sign in to comment.