Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.76 KB

Thank you for your interest in contributing to the Uniswap interface! 🦄

Coding

See README.md for instructions on running the app locally.

Start with issues with label good first issue.

Translations

Help Uniswap cover more languages!

Uniswap interface uses PO file to manage translations. See Working with PO Files

Starting a New Translation

Uniswap interface uses LinguiJS to manage locales and translations.

Existing Translation

  • Edit src/locales/{locale}/messages.po either manually or with a PO editor (see Editing PO Files).
  • Run yarn i18n:compile to generate src/locales/{locale}/messages.js
  • Run yarn start to start a server locally to verify changes
  • Submit PR against main