diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-04-09 15:42:36 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-04-09 15:42:36 +0200 |
| commit | b427aa1adca8fcfeca7f777499f0b4e1c84e3c6e (patch) | |
| tree | b096c6eb2a2bf3885436910894249452ccb1d813 /gui/scripts/crowdin.sh | |
| parent | 88031a653167df93396433fcf53a1422c2f995fd (diff) | |
| parent | 6405e1eebbe12313bed10f3f8bd1a0f051e83d24 (diff) | |
| download | mullvadvpn-b427aa1adca8fcfeca7f777499f0b4e1c84e3c6e.tar.xz mullvadvpn-b427aa1adca8fcfeca7f777499f0b4e1c84e3c6e.zip | |
Merge branch 'multi-catalogue'
Diffstat (limited to 'gui/scripts/crowdin.sh')
| -rwxr-xr-x | gui/scripts/crowdin.sh | 1 |
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" } |
