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

Add french language #15

Closed ManuSquall closed 2 years ago

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?

RazorSh4rk commented 2 years ago

Yes of course, all you need is translating the words.json file, adding it to the languages folder and then making a PR. I made a small utility to help with that here but you are free to use your own implementation :)

ManuSquall commented 2 years ago

Can it be run on Windows or WSL ? (trying with Ubuntu but quite suffering 😅) @RazorSh4rk

RazorSh4rk commented 2 years ago

Both docker and sbt are available for windows AFAIK

RazorSh4rk commented 2 years ago

Closing this as it's not really an issue. You are welcome to send a PR anytime though!