-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add support for extension compatibility #8081
New issue
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
Conversation
|
@Alkarex This is a first draft for the support of extension compatibility. Is there something else to add for a first version or we'll start with that? I'll work on the extension list generation after this is completed. |
|
|
|
You could always just add a class to that column (though I don't necessarily know if I agree with the comment :p) |
|
/fix-all |
|
🤖 Command |
|
|
|
/fix-all |
|
🤖 Command |
|
|
|
/fix-all |
|
🤖 Command |
|
🔧 Command |
|
Sorry @aledeg for using your PR as a test for implementing a new GitHub Action: I had to try a few times to get it to work... |
|
@Alkarex I think there is a rounding error when computing the completeness of translation. Maybe not an error but an incertainty. |
When new strings are added as is the case in this PR, then it is expected that the percentage will change |
I mean that I ran the command |
|
Try |
Ah, but I cannot remember what the status was, but this might also be due to the fact that when updating the branch, it may import new strings that have recently been merged |
The compatibility does support only a minimum version of FreshRSS. If we need something a bit more clever in the future, it is possible to handle a rule with a bit more complexity. See FreshRSS#5903
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Inverle <inverle@proton.me>
09b83b9 to
3a7eec2
Compare
|
I've messed up. I've needed to make a rebase. |


The compatibility does support only a minimum version of FreshRSS. If we need
something a bit more clever in the future, it is possible to handle a rule
with a bit more complexity.
See #5903
Changes proposed in this pull request:
How to test the feature manually:
Pull request checklist:
Additional information can be found in the documentation.