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

Translation ro Ro #533

Closed alexandrusavin closed 4 years ago

alexandrusavin commented 4 years ago
fossecode commented 4 years ago

The words from the word list are used when generating an unique URL to a profile, so it needs to be URL safe. You should either used [a-z], or you could just copy the english one (https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md).

alexandrusavin commented 4 years ago

The words from the word list are used when generating an unique URL to a profile, so it needs to be URL safe. You should either used [a-z], or you could just copy the english one (bitcoin/bips:bip-0039/bip-0039-wordlists.md@master ).

👍Will try first to remove the diacritics. Thanks!

alexandrusavin commented 4 years ago

The words from the word list are used when generating an unique URL to a profile, so it needs to be URL safe. You should either used [a-z], or you could just copy the english one (bitcoin/bips:bip-0039/bip-0039-wordlists.md@master ).

Done