monich / harbour-wordle

WORDLE for Sailfish OS
https://openrepos.net/content/slava/wordle
Other
7 stars 10 forks source link

Portuguese dict #21

Closed caio2k closed 2 years ago

caio2k commented 2 years ago

add support for pt_BR dict. Note that I had to remove a toLower in order to load properly the Brazilian Portuguese dict. Probably it is related with not working previously with any language with a dash+something like _BR from pt_BR, where the last part is in upper case.

monich commented 2 years ago

Is that really Brasileiro specific or would it be acceptable for any Portuguese speaker?

caio2k commented 2 years ago

Hello @monich, that's a good idea. The dict still needs lots of improvement, and I can focus on keeping only the words that have the same spelling in both Brazil and Portugal (which should be >95% of the words). There are other countries speaking Portuguese as well, but those should be ok to use BR+PT dict.

monich commented 2 years ago

Ok, let's take this as is and then I'll probably turn pt_BR into just pt

monich commented 2 years ago

Actually it already was pt 🙂 Thanks!