Skip to content
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

Added Bengali locale #168

Merged
merged 5 commits into from Oct 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 41 additions & 0 deletions src/locales/bn-IN.json
@@ -0,0 +1,41 @@
{
"title": "বাংলা",
"code": "bn-IN",
"home": {
"calendarWeek": "সপ্তাহ"
},
"settings": {
"back": "পিছনে",
"title": "সেটিংস্‌ সমূহ ",
"designMode": {
"title": "রঙের ধরন",
"hint": "আপনি হাল্কা বা গাঢ় এই দুইধরনের মধ্যে একটি বেছে নিতে পারেন"
},
"languages": {
"title": "ভাষা",
"hint": "আপনি কোন ভাষায় লিঙ্কড ব্যবহার করতে চান?"
},
"data": {
"title": "তথ্যপথ",
"hint": "আপনার তথ্য কোথায় সঞ্চিত থাকবে? বর্তমানে সঞ্চিত হয়: ",
"choose": "নতুন তথ্যপথ বেছে নিন"
},
"updates": {
"title": "পরিবর্ধন",
"hint": "কতক্ষণ অন্তর পরিবর্ধনের খোঁজ করবো?",
"daily": "প্রত্যহ",
"weekly": "সাপ্তাহিক"
},
"search": {
"placeholder": "আপনার টীকার খোঁজ করুন",
"no_result": "<br> <strong>{searchTerm}</strong> এর জন্য কোনো ফলাফল পাওয়া যায়নি।",
"start_searching": "শব্দ, বাক্য বা এমনকি আপনি ওয়াইল্ডকার্ড ব্যবহার করতে পারেন। যেমন <em>আমি ভালবাসি *</em> ...",
"result_amount": "ফলাফল",
"index":{
"title": "তথ্যভাণ্ডার সূচক",
"hint": "সূচকীকরণের সূচনা করা হলে লিঙ্কড আপনার প্রত্যেকদিনের টীকাগুলিকে বিবেচনা করবে এবং তথ্য সুচকে যুক্ত করবে। এটি কেবলমাত্র একবারই করার দরকার হবে v1.4.0 তে পরিবর্ধন করার পর। আমাদের ওয়েবসাইটে এই বিষয়ে বিস্তারিত পাবেন।",
"start": "তথ্যভাণ্ডারের মেরামতি করুন"
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you format the json please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's the same with en_US. I rechecked it, it's same with en_US. Please show me the error.(Highlight)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bildschirmfoto 2022-10-11 um 08 48 36

}
}
}