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
The current behavior is:es_EC:es. However, this language does not match the language specified in the .env file.
But then I realized the problem: LANGUAGE is a Linux environment variable and DotEnv.Core (a library that uses the gamemode) does not override existing environment variables, so that is the reason why the language specified in the .env is not load.
In the .env file it should appear with another name instead of LANGUAGE:
LANGUAGE_NAME=Spanish
LANGUAGE is not a good name for specifying the language of the SA-MP server from a .env file, since it is itself an environment variable that exists at the operating system level.
The text was updated successfully, but these errors were encountered:
The current behavior is:
es_EC:es
. However, this language does not match the language specified in the .env file.But then I realized the problem:
LANGUAGE
is a Linux environment variable and DotEnv.Core (a library that uses the gamemode) does not override existing environment variables, so that is the reason why the language specified in the .env is not load.In the .env file it should appear with another name instead of
LANGUAGE
:LANGUAGE
is not a good name for specifying the language of the SA-MP server from a .env file, since it is itself an environment variable that exists at the operating system level.The text was updated successfully, but these errors were encountered: