| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetLanguagePackStrings
Synopsis
Documentation
data GetLanguagePackStrings Source #
Returns strings from a language pack in the current localization target by their keys. Can be called before authorization. Returns LanguagePackStrings
Constructors
| GetLanguagePackStrings | |
Instances
| ToJSON GetLanguagePackStrings Source # | |
Defined in TD.Query.GetLanguagePackStrings Methods toJSON :: GetLanguagePackStrings -> Value # toEncoding :: GetLanguagePackStrings -> Encoding # toJSONList :: [GetLanguagePackStrings] -> Value # | |
| Show GetLanguagePackStrings Source # | |
Defined in TD.Query.GetLanguagePackStrings Methods showsPrec :: Int -> GetLanguagePackStrings -> ShowS # show :: GetLanguagePackStrings -> String # showList :: [GetLanguagePackStrings] -> ShowS # | |
| Eq GetLanguagePackStrings Source # | |
Defined in TD.Query.GetLanguagePackStrings Methods (==) :: GetLanguagePackStrings -> GetLanguagePackStrings -> Bool # (/=) :: GetLanguagePackStrings -> GetLanguagePackStrings -> Bool # | |
| ShortShow GetLanguagePackStrings Source # | |
Defined in TD.Query.GetLanguagePackStrings Methods | |