Class JSONCatalog

Return the selected language catalog as a JSON object.

Declaration

class JSONCatalog(JavaScriptCatalog)
source link

Documentation

Receive the same parameters as JavaScriptCatalog and return a response
with a JSON object of the following format:

    {
        "catalog": {
            # Translations catalog
        },
        "formats": {
            # Language formats for date, time, etc.
        },
        "plural": '...'  # Expression for plural forms, or null.
    }

Methods

Inherited methods