Skip to content

Instantly share code, notes, and snippets.

@twetzel
Created September 3, 2014 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twetzel/88e69441c870ec02d4b5 to your computer and use it in GitHub Desktop.
Save twetzel/88e69441c870ec02d4b5 to your computer and use it in GitHub Desktop.
pull phraseapp translations in controller action
# ..
def pull_translations
if system('phrase pull --format=yml')
I18n.backend.reload!
redirect_to :back, notice: "Pulled translations from PhraseApp! :)"
else
redirect_to :back, alert: "Couldn't pull translations from PhraseApp! :("
end
end
# ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment