finish layouts i18n, use help url from config, use html language from locale
This commit is contained in:
parent
5b53749fe6
commit
39812bef99
7 changed files with 38 additions and 21 deletions
|
|
@ -29,7 +29,7 @@ default: &defaults
|
|||
homepage: http://www.fctest.de
|
||||
|
||||
# foodsoft documentation URL
|
||||
help_url: http://foodsoft.fcschinke09.de/trac/wiki/FoodsoftDoku
|
||||
help_url: https://github.com/bennibu/foodsoft/wiki/Doku
|
||||
|
||||
# price markup in percent
|
||||
price_markup: 2.0
|
||||
|
|
@ -89,4 +89,4 @@ test:
|
|||
<<: *defaults
|
||||
|
||||
production:
|
||||
<<: *defaults
|
||||
<<: *defaults
|
||||
|
|
|
|||
22
config/locales/de/de.layouts.yml
Normal file
22
config/locales/de/de.layouts.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
de:
|
||||
layouts:
|
||||
foodsoft: 'Foodsoft'
|
||||
logo: '<span>food</span>soft'
|
||||
header:
|
||||
profile: 'Profil bearbeiten'
|
||||
ordergroup: 'Meine Bestellgruppe'
|
||||
logout: 'Abmelden'
|
||||
help: 'Hilfe'
|
||||
feedback:
|
||||
title: 'Feedback'
|
||||
desc: 'Fehler gefunden? Vorschlag? Idee? Kritik?'
|
||||
footer: 'Foodsoft, open source software to manage a non-profit food coop.'
|
||||
email:
|
||||
footer: '
|
||||
--
|
||||
Foodsoft: %{foodsoft}
|
||||
Foodcoop-Homepage: %{foodcoop}
|
||||
Hilfe/Help: %{help}
|
||||
'
|
||||
application1:
|
||||
title: 'Foodsoft - %{title}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue