WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Custom Website Templates => Topic started by: ea1hmy on August 29, 2017, 10:35:24 AM

Title: Help ajax-dashboard Saratoga
Post by: ea1hmy on August 29, 2017, 10:35:24 AM
Hello,
Where you have to modify it so that the WXSIM part of the saratoga main template comes out in Spanish
Thank you
emilio
Title: Re: Help ajax-dashboard Saratoga
Post by: saratogaWX on August 29, 2017, 10:43:33 AM
I think the issue is with your plaintext-parser-lang-es.txt file -- It looks like you have used binary FTP upload for it instead of ASCII.  the file on the website is missing NL (\n, x0A) characters at the end of each line, and only has CR (\r, x0D) characters so the script cant use the file.

I've processed your file to insert the NL characters in the attached.  Download it, then upload to your site.  that should fix the Spanish translation issue.
Title: Re: Help ajax-dashboard Saratoga
Post by: ea1hmy on August 29, 2017, 12:32:08 PM
Ken,
 thank you very much.

emilio =D>