We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7a88f5c
W10
After #46735, the "All Recognized" isn't translated properly. It instead uses the whole string.
godot/scene/gui/file_dialog.cpp
Line 641 in 7a88f5c
Also
Line 653 in 7a88f5c
String(TTRC("All Files")) + " (*)"
(The issue is difficult to address right now due to #56945)
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Godot version
7a88f5c
System information
W10
Issue description
After #46735, the "All Recognized" isn't translated properly. It instead uses the whole string.
godot/scene/gui/file_dialog.cpp
Line 641 in 7a88f5c
The TTRC has no effect.
Also
godot/scene/gui/file_dialog.cpp
Line 653 in 7a88f5c
should be changed to
String(TTRC("All Files")) + " (*)"
(but fixed version lol) for consistency.(The issue is difficult to address right now due to #56945)
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: