Looking at some other themes, I see the use of $L->get( 'english_string'), but I don't see $L or $language documented anywhere.
Maybe I'm looking in the wrong place?
I put a sv_SE.json file in my theme's [language](url) folder, it looks like this:
Code: Select all
{
"theme-data":
{
"name": "My New Bludit Theme",
"description": "Plain vanilla Bludit Theme"
},
"Browsing content by category" : "Visar innehåll efter kategori",
"Browsing content by tag" : "Visar innehåll efter etikett",
}