0

I'm trying to use i18n to make a multi-language website, but, while compiling the final version to the server, it is returning the error below.

can you help me?

enter image description here

My code enter image description here

Débora Gonçalves
  • 137
  • 1
  • 2
  • 10

1 Answers1

0

The problem is that the endpoint you query does not return a .json file but rather an html error page (403 - forbidden). Make sure you place the json files containing your translations at

http://alertweb.com.br/develop/alertweb/assets/i18n/ so that you can query them correctly.

You simply moved your translation files to the wrong folder.

Philipp Meissner
  • 5,273
  • 5
  • 34
  • 59