kopna
✭kopna ✭
Перекладаючи Ваніль, зіткнувся з такою проблемою:
на сторінці "Banner", переклад опису для "Favicon" виявився однаковим.
Наприклад:
Favicon
Your site's favicon appears in your browser's title bar. It will be scaled to 16x16 pixels.
The shortcut icon that shows up in your browser's bookmark menu (16x16 px).
Мав наступний вигляд:
Піктограма ярлика, яка з'явться в меню закладки вашого браузера (16х16 px).
Піктограма ярлика, яка з'явться в меню закладки вашого браузера (16х16 px).
Ось уривок з коду:
t('FaviconDescription', "Your site's favicon appears in your browser's title bar. It will be scaled to 16x16 pixels."),
та
t('FaviconDescription', "The shortcut icon that shows up in your browser's bookmark menu (16x16 px)."),
Експерементуючи, знайшов рішення, додати число, яке надає послідовність для кожного опису
'FaviconDescription1 та 'FaviconDescription2 В перекладі це має такий вигляд:
$Definition['FaviconDescription1'] = '';
$Definition['FaviconDescription2'] = '';
Reactions
-
Re: can't get to install Vanilla 2.3 because of infinite loop
Congratulations! Yes, I realized after many attempts to update Vanilla. Now you can edit the file with .htaccess 2.3 but save just in case of original :-) (View Post)1 -
Re: Page does not scroll down
=) Very strange solution to the problem of scrolling page. Enabling the browser debugger I noticed a strange coincidence File _style.css which is located in applications/dashboard/scss/legacy has a l… (View Post)1 -
Re: Advanced Editor
Hi @BlueK1 which file manager you use? I use File Zilla. I have a similar error when downloading files if the option "transfer-transfer type" designation ASCII. I put meaning - "auto&q… (View Post)3 -
Re: How to make my localization in Warning 0.1.4b plugin work?
Sorry, but why definitions.php ? All you have to do is attach your translation file siet_core.php or how you come up ( global.php example) // -> Warning. $Definition['Warning.AboutTo'] = 'You are … (View Post)2 -
Re: Question about forum email settings
steam, búsca /dashboard/settings/email, cambio para "Use an SMTP server to send email" , utilizar el envío de correo electrónico de vainilla, preferiblemente en una sola dirección ->foru… (View Post)2