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
when trying to use translate-missing on a file that has a yaml array I get the following error.
lib/i18n/tasks/google_translation.rb:33:in block in fetch_google_translations': undefined methodgsub' for ["one", "two"]:Array (NoMethodError)
block in fetch_google_translations': undefined method
this is my example YAML file
en: sample: - one - two
The text was updated successfully, but these errors were encountered:
spec for arrays in google translate #77
de99f8a
af8244a
Transplode arrays around Google Translate
d7cf0ab
No extra calls to the API. Fix #77
c3fade0
Array value support at no extra API calls. Fix #77.
Fixed in v0.6.3
Sorry, something went wrong.
No branches or pull requests
when trying to use translate-missing on a file that has a yaml array I get the following error.
lib/i18n/tasks/google_translation.rb:33:in
block in fetch_google_translations': undefined method
gsub' for ["one", "two"]:Array (NoMethodError)this is my example YAML file
The text was updated successfully, but these errors were encountered: