The Bug:
The Quick Play string "Enable experimental Quick Play feature for Minecraft: Java Edition" used to enable this feature in the Settings tab is untranslatable.
The string is already present in the project in an altered form ("Enable experimental Quick Play feature") in "#: ..\..\apps\launcher\src\routes\Settings\routes\General\components\Form\index.tsx:350", but it appears to be unused and replaced by the current string, which is untranslatable.
Steps to Reproduce:
Open the Launcher in the version stated.
Set the language to something that is not English (Settings).
Look for "Enable experimental Quick Play feature for Minecraft: Java Edition" in the Settings tab.
→ ❌ Regardless of the language selected, "Enable experimental Quick Play feature for Minecraft: Java Edition" remains in English.
Observed Behavior:
"Enable experimental Quick Play feature for Minecraft: Java Edition" is untranslatable.
Expected Behavior:
"Enable experimental Quick Play feature for Minecraft: Java Edition" would be translatable.
Notes:
Attempt to search for the existence of this string by using this link on the official Minecraft Launcher project on Crowdin.
Take note as to whether or not this string is untranslatable in the instance mentioned above, but only in the altered (and unused) instance.
The missing string has been uploaded to Crowdin and the unused string is deleted, so this issue is fixed.