Quote:
Originally Posted by crkgb
Any plans on adding Google Chrome to the list of the browsers?
|
Yes, thank you for reminding me.
Quote:
Originally Posted by ackack
|
I'll consider that.
Quote:
Originally Posted by Nantrox
well after importing the de language file my whole board messed up.. I am glad that I made a Backup right before I installed the language..
Anyways, besides the Problem with the Language, the hack is really good !! *marked as installed*
|
I don't know why is everyone having issues with languages. Maybe they were not exported correctly by original authors. I'll check.
Quote:
Originally Posted by Makc666
I will pay attention once again to this one:
There is also no translation on page Color Depths for words:
This one is in template:
psistats_depthbit
Current code:
PHP Code:
<span class="smallfont"><strong>$depth[bits] bits ($depth[colors]<if condition="is_numeric($depth[colors])">colors</if>)</strong></span>
Good code will be:
PHP Code:
<span class="smallfont"><strong>$depth[bits] $vbphrase[psistats_bits] ($depth[colors]<if condition="is_numeric($depth[colors])">$vbphrase[psistats_colors]</if>)</strong></span>
Plus new phrase #1:
Code:
$vbphrase[psistats_colors]
with text:
P.S. note for space at the beginning of the phrase.
Plus new phrase #2:
Code:
$vbphrase[psistats_bits]
with text:
|
Thank you for the detailed information about text not phrased. It shall be fixed.