documentation cleanup
This commit is contained in:
parent
44647eda1d
commit
ba4cd002e1
@ -51,9 +51,8 @@ import Data.Text (Text)
|
||||
--
|
||||
-- * Accept-Language HTTP header.
|
||||
--
|
||||
-- In returned list the Yesod will seek the first language matched with languages supporting by your application. This language will be used to render i18n templates.
|
||||
-- If such language is not found the default language will be used.
|
||||
--
|
||||
-- Yesod will seek the first language from the returned list matched with languages supporting by your application. This language will be used to render i18n templates.
|
||||
-- If a matching language is not found the default language will be used.
|
||||
--
|
||||
-- This is handled by parseWaiRequest (not exposed).
|
||||
languages :: GHandler s m [Text]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user