fix(i18n): update translations URL

This commit is contained in:
Sefa Eyeoglu 2022-02-25 15:19:15 +01:00
parent 9e35560554
commit 4835ec3f6d
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -98,7 +98,7 @@ public:
QString AUTH_BASE = "https://authserver.mojang.com/";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
QString FMLLIBS_BASE_URL = "https://files.multimc.org/fmllibs/";
QString TRANSLATIONS_BASE_URL = "https://meta.polymc.org/translations/";
QString TRANSLATIONS_BASE_URL = "https://i18n.polymc.org/";
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";