legesher / legesher-translations

Home of all the translations for spoken languages into programming language
MIT License
53 stars 109 forks source link

Add New Language: Malayalam (Python) #234

Closed sanjay-kv closed 2 years ago

sanjay-kv commented 2 years ago

Adding Malayalam to the Legesher Translations for Python

In order to add this language to the project, complete the steps detailed in the translation guide. (We are primarily working on developing Legesher for the Python programming language. In the future we hope to add more programming languages in the future.)

To complete this issue:

I would like to work on this, can you give go-ahead?

welcome[bot] commented 2 years ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

madiedgar commented 2 years ago

This is awesome @sanjay-kv 👍 I'll create the branch on our side and you can start working on it!

madiedgar commented 2 years ago

Hey @sanjay-kv, let me know if you need any help getting things set up. 👍

sanjay-kv commented 2 years ago

All Good @madiedgar, I will start with this week.

sanjay-kv commented 2 years ago

Hi, @madiedgar I started working on the translation part, one confusion over here. i see two files

Which file the translation will go? in the documentation provided it's not mentioned clearly, so I need to clarify before making further changes.

madiedgar commented 2 years ago

Hi @sanjay-kv , great question!

Got a chance to look at your repo - It seems you renamed the en.yml file to be ml.yml. However, the original en.yml file has all of the keywords already inputted and will be more work for you and other reviewers down the line to translate and visually determine the progress of the translations.

Instead, revert the name change so you have an English en.yml file. You will then need to make a copy of the language-keyword-template.yml file and rename it to be ml.yml. Your initial translations will go in that templated out ml.yml file. You'll do the same thing as your did for line 8 : language-abbreviation: "ml" as well.

Thanks for pointing this out, I'll update the documentation for that part.

madiedgar commented 2 years ago

Closing this from #254 👍