Skip to content
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

Fixed: i18n extensions: 'en' as fallback #5426

Merged
merged 2 commits into from May 28, 2023

Conversation

math-GH
Copy link
Contributor

@math-GH math-GH commented May 27, 2023

Closes #5419 and #5425

If users language not provided by the i18n files of the extension then try to fallback to English, if available.

How to test the feature manually:

see #5419

Pull request checklist:

  • clear commit messages
  • code manually tested

@Alkarex
Copy link
Member

Alkarex commented May 28, 2023

I have made a few small changes. Please double-check

@math-GH
Copy link
Contributor Author

math-GH commented May 28, 2023

I have made a few small changes. Please double-check

Checked. Works fine. Thanks for your support!

@Alkarex Alkarex merged commit eeefbdf into FreshRSS:edge May 28, 2023
1 check passed
@math-GH math-GH deleted the fix-5419-18n-extension branch May 28, 2023 19:14
math-GH added a commit to math-GH/FreshRSS that referenced this pull request Jul 4, 2023
* Update Translate.php

* Small improvements

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
@Alkarex
Copy link
Member

Alkarex commented Oct 24, 2023

Possible regression #5724 (comment)

Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Oct 26, 2023
return;
if (self::$lang_name === '' || !is_dir($lang_path)) {
// The lang path does not exist, fallback to English ('en')
self::$lang_name = 'en';
Copy link
Member

Choose a reason for hiding this comment

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

Bug fixed in #5752

Alkarex added a commit that referenced this pull request Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Code tags in extensions options/buttons
2 participants