Language Change PR-5.4-dev Pending

User tests: Successful: Unsuccessful:

avatar D3S-Gaurav
D3S-Gaurav
20 Feb 2026

Pull Request resolves #46927.

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

Fixes two issues in installation/language/en-US/joomla.ini:

  1. JPREVIOUS="Site"JPREVIOUS="Previous" (line 249) — This was a copy-paste error from the JSITE key on line 251. All other en-GB/en-US language files (language/en-GB/joomla.ini, administrator/language/en-GB/joomla.ini, api/language/en-GB/joomla.ini) correctly define JPREVIOUS="Previous".

  2. "occured""occurred" (line 311) — Simple misspelling in the JLIB_JS_AJAX_ERROR_TIMEOUT user-facing error message.

Testing Instructions

  1. Open installation/language/en-US/joomla.ini
  2. Verify line 249: JPREVIOUS="Previous"
  3. Verify line 311: JLIB_JS_AJAX_ERROR_TIMEOUT="A timeout has occurred while fetching the JSON data."

Actual result BEFORE applying this Pull Request

  • JPREVIOUS displays "Site" instead of "Previous" during installation
  • Timeout error message shows "occured" (misspelled)

Expected result AFTER applying this Pull Request

  • JPREVIOUS correctly displays "Previous"
  • Timeout error message shows "occurred" (correct spelling)

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar D3S-Gaurav D3S-Gaurav - open - 20 Feb 2026
avatar D3S-Gaurav D3S-Gaurav - change - 20 Feb 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Feb 2026
Category Installation Language & Strings
avatar brianteeman
brianteeman - comment - 20 Feb 2026

Language files are not maintained here. Please submit your correction to joomla.crowdin.com amd close this here

avatar D3S-Gaurav D3S-Gaurav - close - 20 Feb 2026
avatar D3S-Gaurav
D3S-Gaurav - comment - 20 Feb 2026

Hi @brianteeman
Thanks for the information.

avatar D3S-Gaurav D3S-Gaurav - change - 20 Feb 2026
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2026-02-20 08:12:04
Closed_By D3S-Gaurav
Labels Added: Language Change PR-5.4-dev

Add a Comment

Login with GitHub to post a comment