Jump to content

Email part tarcuma


Artunj

Recommended Posts

Merhaba, email part translations bolumunu localization>translations da tarcuma etmek isteyende boyle hata cikir:

bunu nasil cozmek olar?

Cannot write language file for email subjects. Path is: /home/content/02/11309602/html/themes/default/mails/az/lang.php

Link to comment
Share on other sites

O halda AdminCustomerThreadsController.php faylında sətir 415'i tapın

 

sprintf (Mail :: l ('An answer to your message is available # ct% 1 $ s # tc% 2 $ s', $ ct-> id_lang), $ ct-> id, $ ct-> token),

 

Bu sətiri aşağıdakı kimi dəyişdirin

 

sprintf (Mail :: l ('An answer to your message is available', $ ct-> id_lang), $ ct-> id, $ ct-> token),

 

Nəticəni lütfən burada yazın.

  • Like 1
Link to comment
Share on other sites

mende 829 setirde bu var: sprintf(Mail::l('An answer to your message is available', $ct->id_lang), $ct->id, $ct->token),

 

415-de bu: 'desc' => $this->l('Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it.'),

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...