diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-25 17:47:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 17:47:08 +0100 |
commit | 27f37315f84536d75d95bc1879e8a4513fcfc831 (patch) | |
tree | aac020d0e778c9207504f096a16e955f454021d8 /buildconfig/BuildConfig.h | |
parent | f2b850ad200b1b871402c4d4bb2676f1e1288d3d (diff) | |
parent | 4835ec3f6d8967e097f301ef806e94de82b866f6 (diff) | |
download | PrismLauncher-27f37315f84536d75d95bc1879e8a4513fcfc831.tar.gz PrismLauncher-27f37315f84536d75d95bc1879e8a4513fcfc831.tar.bz2 PrismLauncher-27f37315f84536d75d95bc1879e8a4513fcfc831.zip |
Merge pull request #199 from Scrumplex/fix-translations
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r-- | buildconfig/BuildConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 111381ab..1c5ff357 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -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/"; |