summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts/crowdin.sh
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-04-09 15:42:36 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-04-09 15:42:36 +0200
commitb427aa1adca8fcfeca7f777499f0b4e1c84e3c6e (patch)
treeb096c6eb2a2bf3885436910894249452ccb1d813 /gui/scripts/crowdin.sh
parent88031a653167df93396433fcf53a1422c2f995fd (diff)
parent6405e1eebbe12313bed10f3f8bd1a0f051e83d24 (diff)
downloadmullvadvpn-b427aa1adca8fcfeca7f777499f0b4e1c84e3c6e.tar.xz
mullvadvpn-b427aa1adca8fcfeca7f777499f0b4e1c84e3c6e.zip
Merge branch 'multi-catalogue'
Diffstat (limited to 'gui/scripts/crowdin.sh')
-rwxr-xr-xgui/scripts/crowdin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/scripts/crowdin.sh b/gui/scripts/crowdin.sh
index 914007ac87..466f643c75 100755
--- a/gui/scripts/crowdin.sh
+++ b/gui/scripts/crowdin.sh
@@ -19,6 +19,7 @@ mode=$1
function upload_pot {
curl \
-F "files[/messages.pot]=@$LOCALE_DIR/messages.pot" \
+ -F "files[/relay-locations.pot]=@$LOCALE_DIR/relay-locations.pot" \
$BASE_URL/update-file?key="$CROWDIN_API_KEY"
}