Vik
Vik

Reputation: 3675

Valid joomla language file not loaded

I've created a valid Joomla translation file, but when I switch on the language debug, the file is listed as "not loaded"

Contents of language file:

; Joomla! Project
; Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM

CATEGORIZED_IN="Categorized In"

Just simple ini file stuff. Dont think there are any errors.

Here's the debug output: you can see the script is not loaded

Upvotes: 3

Views: 1828

Answers (2)

Mohd Abdul Mujib
Mohd Abdul Mujib

Reputation: 13908

In my case, the language file had a few <<<<<<< HEAD and ====== due to a botched conflict resolution and subsequent merge, so please make sure the language file doesn't have any such issue otherwise it will just silently be ignored.

Upvotes: 0

Vik
Vik

Reputation: 3675

Turns out the name of the language file in the template.xml was different! Thanks @Laoneo for pointing out my stupidity. Must have happened during the Joomla 2.5 -> 3.2 update when the template name was automatically changed.

Upvotes: 3

Related Questions