We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fe43f commit 555ab87Copy full SHA for 555ab87
scripts/update_language_files.sh
@@ -18,6 +18,11 @@ fi
18
19
download_dir="$1"
20
21
+# The Portuguese translation is named pt-PT, but we want to use pt instead (it
22
+# is used both for Brasilian and European Portuguese). I couldn't figure out how
23
+# to change this in Crowdin, so we'll do it here.
24
+[ -d "$download_dir/pt-PT" ] && mv "$download_dir/pt-PT" "$download_dir/pt"
25
+
26
for d in "$download_dir"/*
27
do
28
# We need to remove empty strings from the JSON files; those are the ones
0 commit comments