RazorSh4rk / random-word-api

Simple scala rest api that serves random words
https://random-word-api.herokuapp.com/
Other
134 stars 47 forks source link

adding other languages #13

Closed andy5995 closed 2 years ago

andy5995 commented 2 years ago

I was wondering if you'd be able to add other languages to your word generator, such as German and Dutch? (?lang=DE)...

RazorSh4rk commented 2 years ago

I mean i could try making other collections, the issue is, i have limited proficiency in German and Japanese, other than that i don't speak other languages, and i can't check if those list contain anything inappropriate. I will try setting up a way for contributors to add more languages without having to touch the code :)

andy5995 commented 2 years ago

Sounds like a plan, thank you. I'm using your api for my aawordsearch project, btw.

RazorSh4rk commented 2 years ago

Added support for other languages. It takes me 4-5h to translate every word so i will release the script i used for converting after i clean it up a bit :)

andy5995 commented 2 years ago

Thanks @RazorSh4rk

ManuSquall commented 2 years ago

Hello world, thanks you @RazorSh4rk for making this api available, I would like to be able to contribute to also add the French language, is it possible?