We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f0cfb commit 2ab350eCopy full SHA for 2ab350e
scripts/update.sh
@@ -4,8 +4,8 @@
4
[ -n "$GITHUB_ACTIONS" ] && set -x
5
set -e
6
7
-# Allow language being passed as 1st argument, defaults to pt_BR
8
-LANGUAGE=${1:-pt_BR}
+# Allow language being passed as 1st argument, defaults to ja
+LANGUAGE=${1:-ja}
9
10
ROOTDIR=$(dirname $0)/..
11
0 commit comments