Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit dffa4eb

Browse files
committed
Update transifex URL
1 parent da35c25 commit dffa4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

i18n_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd i18n-temp
1313
for lang in en ast be br ca zh da nl eo fr gl de el_GR it pl ru sl es tl uk ro sk cs sv is lt km pt_PT pt_BR fa
1414
do
1515
SOURCE=downloaded.tmp
16-
curl --user $USERNAME:$PASSWORD http://www.transifex.net/api/2/project/languagetool/resource/lt-for-android/translation/$lang/?file >strings-$lang.xml
16+
curl --user $USERNAME:$PASSWORD https://www.transifex.com/api/2/project/languagetool/resource/lt-for-android/translation/$lang/?file >strings-$lang.xml
1717
localLang=$lang
1818
if [ $lang = 'pt_PT' ]; then
1919
# special case: if this is named pt_PT it never becomes active because we use "lang=xx" links

0 commit comments

Comments
 (0)