BustByte / coronastatus

Anonymous crowd sourcing of COVID-19 symptoms all over the world (with public data sets)!
MIT License
174 stars 89 forks source link

change whatsapp message #529

Closed kalapathar closed 4 years ago

kalapathar commented 4 years ago

"CALL TO ALL US CITIZENS: This is how we defeat the corona virus: together we make the invisible virus visible."

will change to

"CALL TO ALL Nepali Citizens: This is how we defeat the corona virus: together we make the invisible virus visible."

kalapathar commented 4 years ago

@fossecode I am just testing my changes here: https://dev.coronastatusnp.com/

my config.json looks like this:{ "BASE_URL": "coronastatusnp.com", "COUNTRY": "Nepal", "COUNTRY_CODE": "np", "DB_PATH": "./covid_db", "LOCALE": "en-NE", "MAP_CENTER": "85.2911132, 27.7090319", "MAP_MAX_ZOOM": 13, "MAP_ZOOM": 4, "PASSCODE_LENGTH": 4, "REDIRECT_TO_GOVERNMENT": false, "SUPPORTED_LOCALES": ["en-NE","ne"], "THOUSAND_SEPARATOR": " ", "TWITTER": "coronastatusNO", "ZIP_GUIDE": true, "ZIP_PATTERN": "[A-Za-z0-9]{5}", "ZIP_PLACEHOLDER": "44600" } but I don't see the other language dropdown at all now.