added license to javascripts.en.yml; better langcodes_alias_map.yml; .gitignore users.yaml fixture
This commit is contained in:
parent
05a7b88899
commit
ece7cddc51
3 changed files with 9 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -18,7 +18,7 @@ config/database.yml
|
|||
log/*
|
||||
public/stylesheets/*.css
|
||||
public/diaspora
|
||||
spec/fixtures/*.yml
|
||||
spec/fixtures/*.y*ml
|
||||
spec/fixtures/*.fixture.*
|
||||
|
||||
# Uploded files and local files
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
en: [:en-US, :en-GB]
|
||||
en-shaw: [:en, :en-GB, :en-US]
|
||||
en-GB: [:en]
|
||||
en-US: [:en]
|
||||
en_shaw: [:en, :en-GB, :en-US]
|
||||
sv: [:sv-SE]
|
||||
he: [:he-IL]
|
||||
es-CL: [:es]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
# Copyright (c) 2010, Diaspora Inc. This file is
|
||||
# licensed under the Affero General Public License version 3 or later. See
|
||||
# the COPYRIGHT file.
|
||||
|
||||
|
||||
en:
|
||||
javascripts:
|
||||
confirm_dialog: "Are you sure?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue