-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bengali language support added #191
base: bug-fixes
Are you sure you want to change the base?
Conversation
Thanks @codingblazer, I will be reviewing the translation and will merge it, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was checking from the beginning, but there is lots of errors like meanings, punctuations. It seems its just the output from google translator but it requires more human translations. Only NLP will not help here.
I added few error comments from beginnings. There is lot more error. Please correct them.
<string name="menu_load_project">সংরক্ষিত প্রকল্প</string> | ||
<string name="menu_settings">সেটিিংস</string> | ||
<string name="menu_drafts">আমার খসড াতে</string> | ||
<string name="menu_how_to">ক্ষকভাবে</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not correct
<string name="menu_drafts">আমার খসড াতে</string> | ||
<string name="menu_how_to">ক্ষকভাবে</string> | ||
<string name="menu_about_us">BuildmLearn সম্পর্কে</string> | ||
<string name="menu_home">বাড ি</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not correct
<string name="buildmlearn_welcome_title">BuildmLearn টুলকিট স্বাগতম</string> | ||
|
||
<!-- TODO: Remove or change this placeholder text --> | ||
<string name="buildmlearn_welcome_text">BuildmLearn টুলক্ষকট একটট সহজ-থেবক-েযেহার থপ্রাগ্রামটট েযেহারকারীবের অ্যাক্ষিবকশন উন্নয়বনর থকান জ্ঞান ছাডা থমাোইল অ্যাপস করবত সাহায্য কবর.\n\nটুলকিট বিভিন্ন কার্যকারিতা সঙ্গে মোবাইল অ্যাপ্লিকেশন তৈরি করতে সাহায্য করে এবিং ইনপুট তাদের নিজস্ব বিষয বস্তু শিক্ষকদের পারবেন</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not correct
@opticod I am really sorry for the trouble. Actually I did it with a help of my friend. There was some miscommunication due to which he thought that just words are to be translated. It would be great if you can clarify some of my doubts -
Please tell if any other type of mistake is being done. I will discuss with him and make changes as soon as possible. Thanks and sorry for trouble. |
|
a3993ce
to
6eea6bd
Compare
Hey @opticod , I have added the support for Bengali language( #169 ) . Please check it. Thanks.