You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files for translations needs to be inside the locales folder. Create a {country}.json file (e.g. en.json, es.json, it.json and so on) and add the necessary keyword translations as seen in other locales.
The file next.config.js should also be changed by adding the {country} string to the available translations. (e.g. en, es, it and so on).
The text was updated successfully, but these errors were encountered:
The website needs to be translated.
Files for translations needs to be inside the
locales
folder. Create a{country}
.json file (e.g.en.json
,es.json
,it.json
and so on) and add the necessary keyword translations as seen in other locales.The file
next.config.js
should also be changed by adding the{country}
string to the available translations. (e.g.en
,es
,it
and so on).The text was updated successfully, but these errors were encountered: