Robert Spencer

Results 103 comments of Robert Spencer

> As long as the API is still local, I'm not fussed where the data is populated from. However, introducing external dependancies (like real-time polling of some random web service...

This one seems to have more life in it, not sure about their scrapping of Wikipedia though: [wooorm/iso-3166](https://github.com/wooorm/iso-3166)

> This one seems to have more life in it, not sure about their scrapping of Wikipedia though: > > [wooorm/iso-3166](https://github.com/wooorm/iso-3166) It doesn't seem to understand language, so the data...

Logged an issue: https://github.com/wooorm/iso-3166/issues/7

> @respencer can you check this one as well. > > https://github.com/stefangabos/world_countries Thank you. Looks promising. Unfortunately it doesn't currently come with Afrikaans as a locale, still worth keeping an...

Unfortunately not, time is not on my side right now. Will try to look at this further when I have time.

All states have been added in the file system.

This is due to `` being on the allowed HTML tags list. Not sure how to block this other than not allowing HTML.

I think I may close this issue. This basically just a matter of UI labels. That can be handled easier with a generic label instead of being specific, e.g.: "County"...

> @DawoudIO Found the issue with this. we are doing gettext with newlines in it, when it should be different translations for each line Replace `\r` with `\n` and those...