TobinShields / Zaqar_EmailSpoofer

A powerful PHP email spoofer with a polished UI, rich text editor, and multiple sending options.
GNU General Public License v3.0
117 stars 53 forks source link

Swedish language issues #24

Open idea320 opened 2 years ago

idea320 commented 2 years ago

Could you please check why are the words in wrong format in Swedish L. ? (please check other languages too if possible) Example: Kläder, Skor, Leksaker, Böcker, DVD:er. Sportutrustning, Skönhetsartiklar

Serpentard777 commented 8 months ago

Hello mate,

I just faced to your issue, and after spending hours, finally resolved it.

It's a question of encoding.

You have to find the correct encoding code relative to your language ; then, go to modify the following lines in the index.html file :

> " <!DOCTYPE html>
> <html lang="fr">
>     <head>
> 
>         <title>Zaqar | Spoof all the emails!</title>
> 
>         <!-- Required meta tags -->
>         <meta charset="UTF-8">
> 
> "
> 

You have to modify the "UTF-8" line of to the code of your country, and also <html lang="theoneofyourcountry">

For example, mine was ISO-8859-1 instead of UTF-8 and lang was not en but fr.

Good luck.

Friendly,