DrawOnYourScreen2
DrawOnYourScreen2 copied to clipboard
Adding Farsi to languages
Hi I just saw your job and it was exactly what I wanted all along I'm just wondered that are you interested in adding Farsi (Persian Language) to your program? I can help in that case
I'll gladly accept that help. :)
Can you guide me how to contribute?
You can take a look at other translations.
For example these are the commits of the Dutch translation.
- You need to use the ISO 639-1 code of your language (
echo $LANG) - Make the directory "locale/YOURCODEHERE/LC_MESSAGES/"
- Copy "locale/draw-on-your-screen.po" to that directory
- Edit that file using other translations as an example (or you can take a look here or use some po file editor)
Hope it helps.