X Tutup
Skip to content

Remove TranslationPO#112793

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
timothyqiu:remove-translation-po
Nov 17, 2025
Merged

Remove TranslationPO#112793
Repiteo merged 1 commit intogodotengine:masterfrom
timothyqiu:remove-translation-po

Conversation

@timothyqiu
Copy link
Member

@timothyqiu timothyqiu commented Nov 15, 2025

#108862 moved the capabilities of TranslationPO into Translation, making it an empty class.

Its files were kept because I was thinking about being compatible with cases where the user saved the loaded .po file (a TranslationPO instance) as a new resource file (e.g., .tres) in the old version and wants to open it in the new version.

@KoBeWi pointed out that the class was never exposed, so that kind of resource files can't be loaded successfully in the old version anyway. So there is actually nothing to be compatible with 🤣

@timothyqiu timothyqiu requested a review from a team as a code owner November 15, 2025 02:15
@Ivorforce Ivorforce added this to the 4.6 milestone Nov 15, 2025
Copy link
Member

@Ivorforce Ivorforce left a comment

Choose a reason for hiding this comment

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

Assessment is correct, keeping these files around doesn't do anything.

Copy link
Member

@Mickeon Mickeon left a comment

Choose a reason for hiding this comment

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

"+1 -72" commits are so satisfying

@Repiteo Repiteo merged commit 187ab21 into godotengine:master Nov 17, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 17, 2025

Thanks!

@timothyqiu timothyqiu deleted the remove-translation-po branch November 18, 2025 00:58
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.

4 participants

X Tutup