X Tutup
Skip to content

Open translation CSV in the text editor instead of printing errors.#110323

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
bruvzg:csv_text
Oct 28, 2025
Merged

Open translation CSV in the text editor instead of printing errors.#110323
Repiteo merged 1 commit intogodotengine:masterfrom
bruvzg:csv_text

Conversation

@bruvzg
Copy link
Member

@bruvzg bruvzg commented Sep 8, 2025

Fixes #110311

@bruvzg bruvzg added this to the 4.6 milestone Sep 8, 2025
@bruvzg bruvzg requested a review from a team September 8, 2025 09:22

String import_reload_fn;

HashSet<String> force_textfile_extensions;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this kind of future-proofing is worth it now. It could be hard-coded to CSV, with a comment to add a HashSet if more extensions are needed.

Though either way is fine probably.

@Repiteo Repiteo merged commit f2f806f into godotengine:master Oct 28, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 28, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CSV / Translation Files cannot be read, crashes editor on opening [Windows]

3 participants

X Tutup