diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-10 23:06:19 -0500 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-11 09:53:51 +0200 |
commit | c996368024e0a5f6ae52038b504bc02f1b0ad6d2 (patch) | |
tree | d3d04b15a554893a20b09257bbf8926c29545626 /TRANSLATING | |
parent | a85f140ace11e4e53a5283737353c53f96f6a515 (diff) | |
download | aurweb-c996368024e0a5f6ae52038b504bc02f1b0ad6d2.tar.xz |
Use HTTPS for transifex URLs
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'TRANSLATING')
-rw-r--r-- | TRANSLATING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TRANSLATING b/TRANSLATING index 5764fb5..52c69c9 100644 --- a/TRANSLATING +++ b/TRANSLATING @@ -50,8 +50,8 @@ Updating an Existing Translation 1. Download current translation files from Transifex. You can also do this using transifex-client which is available through the AUR: -$ tx init --host=http://www.transifex.net -$ tx set --auto-remote http://www.transifex.net/projects/p/aur +$ tx init --host=https://www.transifex.net +$ tx set --auto-remote https://www.transifex.net/projects/p/aur/ $ tx pull -r aur.aurpot -a 2. Update the existing translation file using an editor or a tool like poedit: |