Skip to content

Commit

Permalink
update and make available all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Jan 12, 2014
1 parent 1612269 commit fc75612
Show file tree
Hide file tree
Showing 49 changed files with 17,142 additions and 474 deletions.
26 changes: 26 additions & 0 deletions config/initializers/i18n.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
# encoding: utf-8
AVAILABLE_LOCALES = {
af: "Afrikaans",
bg: "български език",
cs: "Čeština",
da: "Dansk",
de: "Deutsch",
el: "Ελληνικά",
en: "English",
eo: "Esperanto",
es: "Castellano",
:'es-AR' => "Castellano - Argentina",
fi: "Suomi",
fr: "Français",
he: "עברית",
hu: "magyar nyelv",
ia: "Interlingua",
id: "Bahasa Indonesia",
it: "Italiano",
mk: "македонски",
ml: "മലയാളം",
nb: "Norske",
nl: "Nederlands",
nn: "Nynorsk",
pl: "polski",
:'pt-BR' => "Português (Brasil)",
:'pt-PT' => "Português (Portugal)",
ro: "Română",
ru: "Русский",
sk: "Slovenčina",
sv: "Svenska",
:'sv-FI' => "Svenska (Finland)",
ta: "தமிழ்",
tr: "Türk"
}

I18n.default_locale = :en
Expand Down
601 changes: 601 additions & 0 deletions config/locales/af.yml

Large diffs are not rendered by default.

601 changes: 601 additions & 0 deletions config/locales/bg.yml

Large diffs are not rendered by default.

Loading

0 comments on commit fc75612

Please sign in to comment.