Skip to content

Commit 2ab350e

Browse files
authored
Fix misc
Fix misc
1 parent 50f0cfb commit 2ab350e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[ -n "$GITHUB_ACTIONS" ] && set -x
55
set -e
66

7-
# Allow language being passed as 1st argument, defaults to pt_BR
8-
LANGUAGE=${1:-pt_BR}
7+
# Allow language being passed as 1st argument, defaults to ja
8+
LANGUAGE=${1:-ja}
99

1010
ROOTDIR=$(dirname $0)/..
1111

0 commit comments

Comments
 (0)