nebojsatomic / IDE21

Content Management System that helps you design your website from the administration panel. You can, with a few clicks, completely design your website directly in the CMS, AND/OR use TailwindCSS for the same purpose and greater control ( also inside CMS admin panel ).
https://ide21.com
MIT License
11 stars 5 forks source link

Add language Hindi #57

Open abdulmannans opened 2 weeks ago

abdulmannans commented 2 weeks ago

I will add Hindi translation

nebojsatomic commented 2 weeks ago

@abdulmannans thanks, will take a look soon at your translation :)

nebojsatomic commented 1 week ago

@abdulmannans This looks good, but there is also a translation for a website front part that must be added when creating a new translation, here src/legacy/dev-application/languages/sr.php - contents of this file should be copied to src/legacy/dev-application/languages/hi.php and translated,

and a part that uses javascript files for translating some strings, here src/public/js/language/creator/en.js should be copied to src/public/js/language/creator/hi.js and translated

I will add this in a Readme.md after you make your translations for this files, and I merge your PR, so it is clear for all the other people that want to add a language that is not already present... Thanks !

abdulmannans commented 1 week ago

Sure I will add those changes

abdulmannans commented 1 week ago

@nebojsatomic I have added those changes you requested. Please check.

nebojsatomic commented 1 week ago

@abdulmannans Thanks! do not forget to give this project a star :)

nebojsatomic commented 6 days ago

@abdulmannans I am sorry, but I did a rebase of the main branch and removed your contribution, because the commits were not signed, and I've decided to accept only verified commits... If you want to be added as a contributor to this project, first create a new fork ( do not delete the fork after your contribution is added ) and do the same changes to those files as before, but sign the commits, and do it as one user - who created the fork, not two like in previous PR - I do not want one person which is multiple users as a contributor. Thanks!

abdulmannans commented 6 days ago

Sure