diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-05 12:55:00 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-05 12:55:00 +0100 |
commit | 6e09f570488319f3ce46e8f925550da80fa14faf (patch) | |
tree | f122fcfa0677d59cbeaed41d7e82f46ec0ce271d /config | |
parent | 4cfc68e3aa5cf1abbdbbbc8dd57fd56b5feb90bf (diff) | |
parent | dbb0715f4622ad55fce36e51e3a5d046180a0ea7 (diff) |
Merge branch 'i18n' into develop
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/navigation.de.yml | 3 | ||||
-rw-r--r-- | config/locales/navigation.en.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/navigation.de.yml b/config/locales/navigation.de.yml new file mode 100644 index 0000000..779248c --- /dev/null +++ b/config/locales/navigation.de.yml @@ -0,0 +1,3 @@ +de: + navigation: + admin_docu: 'Admin-Doku'
\ No newline at end of file diff --git a/config/locales/navigation.en.yml b/config/locales/navigation.en.yml new file mode 100644 index 0000000..82e901b --- /dev/null +++ b/config/locales/navigation.en.yml @@ -0,0 +1,3 @@ +en: + navigation: + admin_docu: 'Admin-Docu'
\ No newline at end of file |