ooni / explorer

OONI Explorer: uncover evidence of internet censorship worldwide
https://explorer.ooni.org
BSD 3-Clause "New" or "Revised" License
71 stars 37 forks source link

Localize Explorer #706

Closed sarathms closed 1 year ago

sarathms commented 2 years ago

Purpose

Determine details about how we want to setup and maintain a localized OONI Explorer.

Current State

Currently, Explorer already renders most of its readable content after it is processed by the localization library react-intl. The strings are compiled in ./public/static/lang/*.json files. However, the production instance only supports the locale en.

A work-in-progress localized version of Explorer lives at: https://explorer.test.ooni.org It can detect the browser's current language and show already translated parts of Explorer in that language and the rest in the fallback language, English.

Questions to discuss: