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/*
|
log/*
|
||||||
public/stylesheets/*.css
|
public/stylesheets/*.css
|
||||||
public/diaspora
|
public/diaspora
|
||||||
spec/fixtures/*.yml
|
spec/fixtures/*.y*ml
|
||||||
spec/fixtures/*.fixture.*
|
spec/fixtures/*.fixture.*
|
||||||
|
|
||||||
# Uploded files and local files
|
# Uploded files and local files
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
en: [:en-US, :en-GB]
|
en-GB: [:en]
|
||||||
en-shaw: [:en, :en-GB, :en-US]
|
en-US: [:en]
|
||||||
|
en_shaw: [:en, :en-GB, :en-US]
|
||||||
sv: [:sv-SE]
|
sv: [:sv-SE]
|
||||||
he: [:he-IL]
|
he: [:he-IL]
|
||||||
es-CL: [:es]
|
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:
|
en:
|
||||||
javascripts:
|
javascripts:
|
||||||
confirm_dialog: "Are you sure?"
|
confirm_dialog: "Are you sure?"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue