Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data GetLanguagePackString Source #
Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously. Returns LanguagePackStringValue
GetLanguagePackString | |
|
Instances
ToJSON GetLanguagePackString Source # | |
Defined in TD.Query.GetLanguagePackString toJSON :: GetLanguagePackString -> Value # toEncoding :: GetLanguagePackString -> Encoding # toJSONList :: [GetLanguagePackString] -> Value # toEncodingList :: [GetLanguagePackString] -> Encoding # | |
Show GetLanguagePackString Source # | |
Defined in TD.Query.GetLanguagePackString showsPrec :: Int -> GetLanguagePackString -> ShowS # show :: GetLanguagePackString -> String # showList :: [GetLanguagePackString] -> ShowS # | |
Eq GetLanguagePackString Source # | |
Defined in TD.Query.GetLanguagePackString (==) :: GetLanguagePackString -> GetLanguagePackString -> Bool # (/=) :: GetLanguagePackString -> GetLanguagePackString -> Bool # | |
ShortShow GetLanguagePackString Source # | |
Defined in TD.Query.GetLanguagePackString |