diff --git a/src/i18n/locales/en/views/homepage.json b/src/i18n/locales/en/views/homepage.json index 6c0becf..a5cf67c 100644 --- a/src/i18n/locales/en/views/homepage.json +++ b/src/i18n/locales/en/views/homepage.json @@ -9,7 +9,7 @@ "crossPlatform": "Cross-platform", "crossPlatformDescription": "Ryujinx is currently available for Windows 10/11 and Linux-based systems (macOS support is planned).", "compatibility": "Compatibility", - "compatibilityDescription": "Ryujinx has been tested over 3,600 titles, approximately 2,700 of those being considered playable.", + "compatibilityDescription": "Ryujinx has been tested over {titles} titles, approximately {playable} of those being considered playable.", "support": "Support", "supportDescription": "Need help? Join the {0} to get support as well as converse with fellow switch emulation enthusiasts and team developers.", "discord": "Ryujinx Discord server", diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 55161bb..f680c0c 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -125,9 +125,14 @@ const DISCORD_URL = import.meta.env.VITE_DISCORD_URL;
- {{ t("views.homepage.compatibilityDescription") }} -
+