Skip to content

Localizable about pages

marcin mikołajczak requested to merge mkljczk/soapbox-fe:develop into develop

about

config used in my demo:

{
...
      { "title": "Source Code", "url": "/about#opensource" }
    ]
  },
  "aboutPages": {
    "tos": {
      "default": "en",
      "locales": ["pl"]
    }
  }
}

all the pages not specified by the aboutPages object behave the same way as before

Edited by marcin mikołajczak

Merge request reports