Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
Problem with translate e-mail message
Support Forums - Classified Ads Script Osclass
Osclass plugin support
Instant Messenger Plugin
Problem with translate e-mail message
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
Rafał Misiak
2 posts
Problem with translate e-mail message
«
on:
July 27, 2017, 01:08:18 PM »
Hi guyz and girls
have problem with transtate e-mail template...
I already edit code : (Just traslate to Poland)
// UPLOAD EMAIL TEMPLATES
$locales = OSCLocale::newInstance()->listAllEnabled();
foreach($locales as $l) {
$email_text = '
Witaj {TO_NAME},
';
$email_text .= '
{FROM_NAME} Wyslal Ci wiadomosc zwiazana z {ITEM_LINK} przeczytaj ponizej:
';
$email_text .= '
{THREAD_TITLE}
';
$email_text .= '
{MESSAGE}
';
$email_text .= '
';
$email_text .= '
';
$email_text .= '
Możesz szybko odpowiedziec Klikajac tutaj.';
$email_text .= '
Pamietaj! Swoje wiadomosci mozesz sprawdzac na swoim koncie na targ.lukow.pl.
';
$email_text .= '
';
$email_text .= '
Pozdrawiamy!
{WEB_TITLE}
';
$im_notify[$l['pk_c_code']]['s_title'] = '[{WEB_TITLE}] Nowa wiadomosc: {ITEM_TITLE}';
$im_notify[$l['pk_c_code']]['s_text'] = $email_text;
But it still message in "english".
What i can do?
Thanks!
Logged
Rafał Misiak
2 posts
Re: Problem with translate e-mail message
«
Reply #1 on:
July 28, 2017, 09:51:31 AM »
Someone can help me?
Support?
Logged
MB Themes
Support team
17472 posts
Only quality matters
Download Osclass
Re: Problem with translate e-mail message
«
Reply #2 on:
July 28, 2017, 08:26:41 PM »
@Rafal
Check osclass documentation how to translate osclass, especially email templates (oc-admin > general > email).
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]