diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-11-19 11:19:06 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-11-19 11:19:06 +0100 |
commit | 979da2d902f53276f26cefec4b151f4f66ba6c3e (patch) | |
tree | f3b35d6b86a9f6c63cfb5b0baeada595b19a7397 /Makefile | |
parent | ea0f55bc6c92402ecbbc2af14c3e1074988cb413 (diff) |
[i18n] update strings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,4 +325,4 @@ generate_locales: @lupdate bitmask.pro get_%: - @curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/riseupvpn-test/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts + @curl -L -X GET --user "api:${API_TOKEN}" "https://www.transifex.com/api/2/project/bitmask/resource/bitmask-vpn/translation/${subst -,_,$*}/?file" > gui/i18n/main_$*.ts |