gnosis / pm-trading-ui

Prediction Market Trading Interface for Gnosis Contracts
https://gnosis.pm
MIT License
20 stars 16 forks source link

Feature #554: Misc. translations and footer #583

Closed andre-meyer closed 6 years ago

andre-meyer commented 6 years ago

Description

Which Tickets does my PR fix? (Put in title too)

Which PRs are linked to my PR?

Which side effects could my PR have?

Which Steps did I take to verify my PR?

Markdown in Footer tested

Translations checked

Background Information

Configuration Entries

/olympia/staging.config

{
  "footer": {
     ...
     "options: {
      "type": "translation",
      "key": "footer_tournament_md",
    }
  }
}

/mainnet/staging.config

{
  "footer": {
     ...
     "options: {
      "type": "translation",
      "key": "footer_md",
    }
  }
}