Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
Add sardu
  • Loading branch information
SuperTux88 committed Jan 8, 2018
1 parent 6e5ae66 commit fd07c6e
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 94 deletions.
1 change: 1 addition & 0 deletions config/initializers/i18n.rb
Expand Up @@ -27,6 +27,7 @@
:'pt-PT' => "Português (Portugal)",
ro: "Română",
ru: "Русский",
sc: "Sardu",
sk: "Slovenčina",
sv: "Svenska",
:'sv-FI' => "Svenska (Finland)",
Expand Down
46 changes: 23 additions & 23 deletions config/locales/de.yml

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions config/locales/devise.sc.yml
@@ -0,0 +1,54 @@
sc:
devise:
confirmations:
confirmed: ~
send_instructions: ~
send_paranoid_instructions: ~
failure:
already_authenticated: ~
inactive: ~
invalid: ~
invalid_token: ~
locked: ~
not_found_in_database: ~
timeout: ~
unauthenticated: ~
unconfirmed: ~
mailer:
confirmation_instructions:
subject: ~
reset_password_instructions:
subject: ~
unlock_instructions:
subject: ~
omniauth_callbacks:
failure: ~
success: ~
passwords:
no_token: ~
send_instructions: ~
send_paranoid_instructions: ~
updated: ~
updated_not_active: ~
registrations:
destroyed: ~
signed_up: ~
signed_up_but_inactive: ~
signed_up_but_locked: ~
signed_up_but_unconfirmed: ~
update_needs_confirmation: ~
updated: ~
sessions:
signed_in: ~
signed_out: ~
unlocks:
send_instructions: ~
send_paranoid_instructions: ~
unlocked: ~
errors:
messages:
already_confirmed: ~
confirmation_period_expired: ~
expired: ~
not_found: ~
not_locked: ~

0 comments on commit fd07c6e

Please sign in to comment.