Dynamic pages, language switcher and fix schedule drag drop time mismatch bug
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
en:
|
||||
hello: "Hello world"
|
||||
page:
|
||||
not_found: "404 The page you were looking for could not be found"
|
||||
menu:
|
||||
home: Home
|
||||
about: About
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Sample localization file for English. Add more files in this directory for other locales.
|
||||
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
nl:
|
||||
page:
|
||||
not_found: "404 de pagina die u probeert te bereiken kan niet worden gevonden"
|
||||
menu:
|
||||
home: Home
|
||||
about: Over mozo.bar
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
en:
|
||||
supplier:
|
||||
page:
|
||||
cannot_compile: There is an error in the page that prevented it from being displayed.
|
||||
confirm:
|
||||
cancel: "Cancel"
|
||||
confirm: "OK"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
nl:
|
||||
supplier:
|
||||
page:
|
||||
cannot_compile: There is an error in the page that prevented it from being displayed.
|
||||
confirm:
|
||||
cancel: Sluit
|
||||
confirm: Ja
|
||||
|
||||
@@ -165,6 +165,7 @@ Qwaiter::Application.routes.draw do
|
||||
post :mark_delivered
|
||||
end
|
||||
end
|
||||
resources :pages, only: [:index, :show], constraints: {id: /.*/}
|
||||
root to: 'sections#index'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user