Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
6dbe429ed1
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# the COPYRIGHT file.
|
||||
|
||||
class DevUtilitiesController < ApplicationController
|
||||
before_filter :authenticate_user!, :except => [:set_backer_number]
|
||||
before_filter :authenticate_user!, :except => [:set_backer_number, :log]
|
||||
include ApplicationHelper
|
||||
include RequestsHelper
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# licensed under the Affero General Public License version 3. See
|
||||
# the COPYRIGHT file.
|
||||
|
||||
no_NO:
|
||||
nb:
|
||||
errors:
|
||||
messages:
|
||||
not_found: "ble ikke funnet"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# Sample localization file for English. Add more files in this directory for other locales.
|
||||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
en:
|
||||
nb:
|
||||
hello: "Hallo, verden!"
|
||||
application:
|
||||
helper:
|
||||
|
|
|
|||
Loading…
Reference in a new issue