Skip to content

Commit

Permalink
Merge pull request #2372 from drgrice1/config-values-not-in-defaults
Browse files Browse the repository at this point in the history
Move the ConfigValues array out of defaults.config.
  • Loading branch information
Alex-Jordan authored Apr 4, 2024
2 parents d2b2b7b + 9284a33 commit 35c1b87
Show file tree
Hide file tree
Showing 9 changed files with 1,101 additions and 1,125 deletions.
3 changes: 1 addition & 2 deletions bin/dev_scripts/update-localization-files
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ cd $LOCDIR

echo "Updating $LOCDIR/webwork2.pot"

xgettext.pl -o webwork2.pot -D $WEBWORK_ROOT/lib -D $WEBWORK_ROOT/templates \
$WEBWORK_ROOT/conf/defaults.config $WEBWORK_ROOT/conf/LTIConfigValues.config
xgettext.pl -o webwork2.pot -D $WEBWORK_ROOT/lib -D $WEBWORK_ROOT/templates

if $UPDATE_PO; then
find $LOCDIR -name '*.po' -exec bash -c "echo \"Updating {}\"; msgmerge -qUN {} webwork2.pot" \;
Expand Down
106 changes: 0 additions & 106 deletions conf/LTIConfigValues.config

This file was deleted.

Loading

0 comments on commit 35c1b87

Please sign in to comment.