add tumblr translation
This commit is contained in:
parent
72c6efe41c
commit
f7181a7123
2 changed files with 3 additions and 4 deletions
|
|
@ -11,8 +11,6 @@ class ServicesController < ApplicationController
|
|||
def create
|
||||
auth = request.env['omniauth.auth']
|
||||
|
||||
puts auth.inspect
|
||||
|
||||
toke = auth['credentials']['token']
|
||||
secret = auth['credentials']['secret']
|
||||
|
||||
|
|
|
|||
|
|
@ -562,8 +562,9 @@ en:
|
|||
logged_in_as: "logged in as"
|
||||
disconnect: "disconnect"
|
||||
really_disconnect: "disconnect %{service}?"
|
||||
connect_to_twitter: "Connect to twitter"
|
||||
connect_to_facebook: "Connect to facebook"
|
||||
connect_to_twitter: "Connect to Twitter"
|
||||
connect_to_facebook: "Connect to Facebook"
|
||||
connect_to_tumblr: "Connect to Tumblr"
|
||||
edit_services: "Edit services"
|
||||
create:
|
||||
success: "Authentication successful."
|
||||
|
|
|
|||
Loading…
Reference in a new issue