From cd02419cbb45545f6b81840c85779f51b7550e57 Mon Sep 17 00:00:00 2001 From: Alan Hartless Date: Wed, 10 Jul 2019 08:14:17 -0500 Subject: [PATCH] Use Github URL for fetching translation list --- app/bundles/CoreBundle/Config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bundles/CoreBundle/Config/config.php b/app/bundles/CoreBundle/Config/config.php index 645e8d1b531..53d798861aa 100644 --- a/app/bundles/CoreBundle/Config/config.php +++ b/app/bundles/CoreBundle/Config/config.php @@ -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',