mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-12 16:48:29 -05:00
add tumblr translation
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user