We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given: Google Translate class gets the path to JSON file via hardcoded string 'env.json' https://github.com/symbiod/localizator/blob/master/lib/localizator/translation.rb#L11
Need:
.env.example
.env
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given:
Google Translate class gets the path to JSON file via hardcoded string 'env.json'
https://github.com/symbiod/localizator/blob/master/lib/localizator/translation.rb#L11
Need:
.env.example
file with empty variable.env
file, that is used for local developemntThe text was updated successfully, but these errors were encountered: