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

Argentina #398

Closed waltergammarota closed 4 years ago

waltergammarota commented 4 years ago

I have deployed a version to Argentina. You can check it on http://coronastatus.com.ar Thanks!

fossecode commented 4 years ago

Could you also rename the locale and the files to es-AR? Just refactored it for all the other locales :) You can change the casing in git using git mv es-ar.json es-AR.json etc

fossecode commented 4 years ago

Git is case insensitive, so in order to get git to understand that the filenames have changed casing, you need to use git mv es-ar.json es-AR.json (with git first). Otherwise you might get problems when deploying to production.

I think you can also revert the changes to yarn.lock, this file should not be changed unless you have changes in package.json

fossecode commented 4 years ago

Did you mean to close it?

waltergammarota commented 4 years ago

I will restart everything on a new request. I am sorry for the mess. I am not used to work with teams. Just cleaning everything and I will make a pull request again. Thanks!

fossecode commented 4 years ago

No problem, it is a great way to learn something new for all of us :)