Good afternoon everyone, I am from Brazil and I am using Arastta in my virtual store projects and lately I have been facing some difficulties when installing Arastta with Brazil Portuguese language, and these days looking at the code responsible for performing the installation I found the problem and I would like to be sharing where I hope it helps in the project.
The error being in the model install/model/language.php
On line 51
The link to the Brazil Portuguese language repository is incorrect and that's why I did it by getting the correct link :
It may be that the solution is not the most ideal but it helped me a lot when it came to installing Arastta in Portuguese.
							
							
							
		
													The error being in the model install/model/language.php
On line 51
         $link = 'https://crowdin.com/download/project/arastta/'.$code.'.zip';
The link to the Brazil Portuguese language repository is incorrect and that's why I did it by getting the correct link :
          $link = 'https://crowdin.com/download/project/arastta/'.$code.'.zip';
	if ($code == 'pt-BR') {
	  $link = 'https://crowdin.com/backend/download/project/arastta/'.$code.'.zip'; 
	}
It may be that the solution is not the most ideal but it helped me a lot when it came to installing Arastta in Portuguese.
							
							In Translations
						
						
						
													
						
			Share this post: 		
		Your Reply
			 
				Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »
