b0bdN / prayer-times-menubar-app

A menubar application for displaying the prayer times from your city.
MIT License
15 stars 20 forks source link

Complete Turkish translation of prayer app. #14

Closed CilgaIscan closed 1 year ago

CilgaIscan commented 2 years ago

Closes #13

b0bdN commented 2 years ago

Hi, thanks for your PR :) We just need to add the language in index.html and it will be good.

<select name="language" id="language">
    <option value="en">English</option>
    <option value="fr">Français</option>      
    <option value="tr">Türkçe</option>
</select>