Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 60a5b9e

Browse files
committed
Add Hebrew & Spanish translations
1 parent 54af859 commit 60a5b9e

File tree

10 files changed

+40
-0
lines changed

10 files changed

+40
-0
lines changed
119 Bytes
Loading

app/assets/stylesheets/active_admin/active_admin_globalize_flags.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
background-position: -32px -22px
3535
&.flag-en // originally flag-us
3636
background-position: -48px -22px
37+
&.flag-he // originally flag-il
38+
background-position: 0 -33px
3739

3840
// Used to distantiate inline locale selector
3941
span.inline-locale-selector

config/locales/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ de:
1212
pt-BR: "Portugiesisch"
1313
pt-PT: "Portugiesisch (Portugal)"
1414
tr: "Türkisch"
15+
he: "Hebräisch"
1516

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ en:
1212
pt-BR: "Portuguese"
1313
pt-PT: "Portuguese (Portugal)"
1414
tr: "Turkish"
15+
he: "Hebrew"
1516

config/locales/es.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
es:
2+
active_admin:
3+
globalize:
4+
translations: "Traducciones"
5+
language:
6+
de: "Alemán"
7+
en: "Inglés"
8+
es: "Español"
9+
fr: "Francés"
10+
hu: "Húngaro"
11+
it: "Italiano"
12+
pt-BR: "Portugués"
13+
pt-PT: "Portugués (Portugal)"
14+
tr: "Turco"
15+
he: "Hebreo"
16+

config/locales/he.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
he:
2+
active_admin:
3+
globalize:
4+
translations: "תרגומים"
5+
language:
6+
de: "גרמנית"
7+
en: "אנגלית"
8+
es: "ספרדית"
9+
fr: "צרפתית"
10+
hu: "הונגרית"
11+
it: "איטלקית"
12+
pt-BR: "פורטוגזית"
13+
pt-PT: "פורטוגזית (פורטוגל)"
14+
tr: "טורקית"
15+
he: "עברית"
16+

config/locales/hu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ hu:
1212
pt-BR: "Portuguese"
1313
pt-PT: "Portuguese (Portugal)"
1414
tr: "Török"
15+
he: "Héber"
1516

config/locales/it.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ it:
1212
pt-BR: "Portoghese"
1313
pt-PT: "Portoghese (Portogallo)"
1414
tr: "Turco"
15+
he: "Ebraico"
1516

config/locales/pt-BR.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ pt-BR:
1212
pt-BR: "Português"
1313
pt-PT: "Português (Portugal)"
1414
tr: "Turco"
15+
he: "Hebraico"
1516

config/locales/pt-PT.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ pt-PT:
1212
pt-BR: "Português"
1313
pt-PT: "Português (Portugal)"
1414
tr: "Turco"
15+
he: "Hebraico"
1516

0 commit comments

Comments
 (0)