Skip to content

Commit

Permalink
Use Github URL for fetching translation list
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhartless committed Feb 21, 2020
1 parent 4a26ec9 commit cd02419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/bundles/CoreBundle/Config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,8 @@
'cors_restrict_domains' => true,
'cors_valid_domains' => [],
'rss_notification_url' => '',
'translations_list_url' => 'https://updates.mautic.org/index.php?option=com_mauticdownload&task=fetchLanguages',
'translations_fetch_url' => 'https://github.com/mautic-inc/mautic-language-packs/blob/master/',
'translations_list_url' => 'https://language-packs.mautic.com/manifest.json',
'translations_fetch_url' => 'https://language-packs.mautic.com/',
'system_update_url' => 'https://updates.mautic.org/index.php?option=com_mauticdownload&task=checkUpdates',
'max_entity_lock_time' => 0,
'default_daterange_filter' => '-1 month',
Expand Down

0 comments on commit cd02419

Please sign in to comment.