Skip to content

Commit 677860c

Browse files
Lynilialeafo
authored andcommitted
Fix: Weblate project URL
Fix the "help translate" link to the correct URL
1 parent da96001 commit 677860c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/pages/PreferencesPage/LanguageSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class LanguageSettings extends React.PureComponent<Props> {
3535
};
3636
const options: BaseOptionType[] = [autoLang, ...locales];
3737

38-
let translateUrl = `${urls.itchTranslationPlatform}/projects/itch/itch`;
38+
let translateUrl = `${urls.itchTranslationPlatform}/projects/itchio/itch`;
3939
const english = /^en/.test(lang);
4040
if (!english && lang !== "__") {
4141
translateUrl += `/${lang}`;

0 commit comments

Comments
 (0)