Skip to content

Commit

Permalink
MINOR getlocalization API URL
Browse files Browse the repository at this point in the history
Using www.* instead of api.* endpoint as recommended by GL support,
to avoid timeouts when generating large ZIPs.
(see http://getlocalization.zendesk.com/requests/1736)
  • Loading branch information
chillu committed Jun 24, 2012
1 parent 00f66e2 commit 17303c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/UpdateTranslationsTask.php
Expand Up @@ -8,7 +8,7 @@
*/ */
class UpdateTranslationsTask extends SilverStripeBuildTask { class UpdateTranslationsTask extends SilverStripeBuildTask {


static $url_translations = 'https://api.getlocalization.com/%s/api/translations/zip/'; static $url_translations = 'https://www.getlocalization.com/%s/api/translations/zip/';


/** /**
* Absolute path to module base (not lang folder) * Absolute path to module base (not lang folder)
Expand Down

0 comments on commit 17303c6

Please sign in to comment.