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
Describe the bug When generating POT files, there are two issues, one of which is due to Godot 4.1:
Affected version
To Reproduce Use any file with a import line, and export POT files:
import
import "res://examples/dialogue.dialogue" as dialogue
Use any file where quotes are used within dialogues:
~ start Nathan: This sentence contains "quotes." => END
Expected behavior Import lines are not included in the POT file.
The other issue has been fixed in godotengine/godot#80058, however it may be nice to have some sort of forward-compatible fix for the quotes issue.
I will make a PR with a fix proposal. Could you try and make sure #365 will not include the new using syntax in the POT files please? :)
using
The text was updated successfully, but these errors were encountered:
nathanhoad
Successfully merging a pull request may close this issue.
Describe the bug
When generating POT files, there are two issues, one of which is due to Godot 4.1:
Affected version
To Reproduce
Use any file with a
import
line, and export POT files:Use any file where quotes are used within dialogues:
Expected behavior
Import lines are not included in the POT file.
The other issue has been fixed in godotengine/godot#80058, however it may be nice to have some sort of forward-compatible fix for the quotes issue.
I will make a PR with a fix proposal. Could you try and make sure #365 will not include the new
using
syntax in the POT files please? :)The text was updated successfully, but these errors were encountered: