You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to support common languages spoken in the Bay Area besides English. Spanish seems like the natural one to start with. Later if there's interest we could branch out to the other languages that are included in Muni announcements (Cantonese and Filipino) and beyond.
basic setup
add react-intl
select Spanish if it is the browser's default locale
allow overriding locale via a query param for dev/testing
set up CI to extract and upload messages and download the translations (see pipeline diagram) - This is done except that we have to run the extract and compile scripts manually and commit the results. Should improve later.
actual translation
convert all user-facing frontend strings to translatable messages. Mostly done except:
It would be great to support common languages spoken in the Bay Area besides English. Spanish seems like the natural one to start with. Later if there's interest we could branch out to the other languages that are included in Muni announcements (Cantonese and Filipino) and beyond.
formatjs/no-literal-string-in-jsx
lint to verify completeness of above taskThe text was updated successfully, but these errors were encountered: