Replies: 1 comment
|
A structured solution presented in the PR #324 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Since EDMC version 5.11.0, a new translation method has been introduced to improve localization handling and avoid compatibility issues.
To ensure backward compatibility, it may be useful to introduce a version check mechanism that dynamically selects the most appropriate translation function based on the
appversion.Below is a proof of concept that could be included in https://github.com/aussig/BGS-Tally/blob/develop/bgstally/utils.py. The goal is to assess feasibility and highlight any edge cases or issues before considering production use:
All reactions