Who.language.php
Just continued translating to Serbian after a very long time. And while i were translating Who file, i stumbled upon two last strings being %1$s
Guess its just some Transifex import bug, and that it wont interfere with how forum is working but maybe we shall fix it?
I just wonder how nobody reported these thing...
Re: Who.language.php
Reply #1 –
Nope, they are variables, just copy/paste them the way they are.
Re: Who.language.php
Reply #2 –
In that case they are useless there...or im missing something???
Re: Who.language.php
Reply #3 –
Like I said... Leave them the way they are! Being a translator (I assume you are, since you said you got on it after a long time), you should know that translations may include variables for stuff like "This topic has X views", where that "X" is actually "%1$s".
Disclaimer: if I sound like a rude @ss, I had a pretty bad day, sorry.
Re: Who.language.php
Reply #4 –
Don't change or remove them--sprintf() replaces them with variables.
Re: Who.language.php
Reply #6 –
Do you remember the key of the string?
Re: Who.language.php
Reply #12 –
Tbh, I'd leave them there due to the way some languages are. You should know very well the way Italian is, it's often different from English, so you might have the variable in one place or another according to the language, not sure how you could fix that if you placed the variable into a source file. You'd have to place another wild card there but it'd annihilate the whole purpose of the "fix".
Re: Who.language.php
Reply #13 –
In theory it's just for the table, so it may be fine with just the time, but I have to check the code again.