1
I have a strange problem with the date format in my Swedish translation.
In the file language/swedish/locale.php row 31 I define the Swedish translation for the yesterday variable, which in Swedish is "igår". This is what the line looks like:
define("_YESTERDAY", "Igår H:i");
Now, the strange thing is that the r in "Igår" is not showing, despite my backslash in front of it (if remove the backslash it will of course display the corresponding date of the reserved letter r.
Any idea why this is and what to do to solve it?