Skip to content
New issue

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

translate-missing bug - YAML arrays #77

Closed
Unervous opened this issue Jul 23, 2014 · 1 comment
Closed

translate-missing bug - YAML arrays #77

Unervous opened this issue Jul 23, 2014 · 1 comment
Labels

Comments

@Unervous
Copy link

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)

this is my example YAML file

en:
  sample:
    - one
    - two
glebm added a commit that referenced this issue Jul 24, 2014
@glebm glebm closed this as completed in af8244a Jul 24, 2014
@glebm glebm added the bug label Jul 24, 2014
glebm added a commit that referenced this issue Jul 24, 2014
No extra calls to the API. Fix #77
glebm added a commit that referenced this issue Jul 24, 2014
Array value support at no extra API calls. Fix #77.
@glebm
Copy link
Owner

glebm commented Jul 24, 2014

Fixed in v0.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants