DrawOnYourScreen2 icon indicating copy to clipboard operation
DrawOnYourScreen2 copied to clipboard

Adding Farsi to languages

Open A404M opened this issue 2 years ago • 3 comments

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

A404M avatar Aug 17 '23 09:08 A404M

I'll gladly accept that help. :)

zhrexl avatar Aug 17 '23 22:08 zhrexl

Can you guide me how to contribute?

A404M avatar Aug 29 '23 07:08 A404M

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.

Bytezz avatar Sep 16 '23 13:09 Bytezz