Skip to content

Commit

Permalink
Ease restrictions on locales
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap authored Nov 5, 2020
1 parent 86a1af3 commit 29cd292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/deterministic-build/check_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function get_git_mtime {
fail=0


if [ $(date +%s -d "2 weeks ago") -gt $(get_git_mtime "contrib/deterministic-build/electrum-locale/") ]; then
echo "Last update from electrum-locale is older than 2 weeks."\
if [ $(date +%s -d "4 weeks ago") -gt $(get_git_mtime "contrib/deterministic-build/electrum-locale/") ]; then
echo "Last update from electrum-locale is older than 4 weeks."\
"Please update it to incorporate the latest translations from crowdin."
fail=1
fi
Expand Down

0 comments on commit 29cd292

Please sign in to comment.