Skip to content

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Jun 2, 2025

The b13/container extension (EXT:container ) implements a custom
DataHandler hook to process data in the required manner and recently
splitted the method localizeOrCopyToLanguage() into two dedicated
methods for the CommandMapPostProcessingHook [2] to fix an issue [1].

EXT:deepltranslate_core needs to override that hook in case that
extension is installed to ensure both extension to work and broke
due to that change.

This change mitigates this by verify the existance of the methods
now and call the existing once and throws an exception if if will
be renamed again in the future.

[1] b13/container#609
[2] b13/container#617

The `b13/container` extension (`EXT:container` ) implements a custom
DataHandler hook to process data in the required manner and recently
splitted the method `localizeOrCopyToLanguage()` into two dedicated
methods for the `CommandMapPostProcessingHook` [2] to fix an issue [1].

`EXT:deepltranslate_core` needs to override that hook in case that
extension is installed to ensure both extension to work and broke
due to that change.

This change mitigates this by verify the existance of the methods
now and call the existing once and throws an exception if if will
be renamed again in the future.

[1] b13/container#609
[2] b13/container#617
@sbuerk sbuerk merged commit c5a1501 into main Jun 2, 2025
9 checks passed
@sbuerk sbuerk deleted the stefan-2 branch June 2, 2025 10:48
@sbuerk
Copy link
Member Author

sbuerk commented Jun 10, 2025

Fix or #471

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants