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

Strings file errors removed #686

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/src/main/res/values-bn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@
<string name="watered_date_header">সর্বশেষ জল দেত্তয়া</string>
<string name="menu_item_share_plant">শেয়ার</string>
<string name="share_text_plant">অ্যানড্রয়েড সানফ্লাওয়ার অ্যাপে আমার %s গাছ টি দেখুন</string>
<string name="gallery_title" >আনস্প্ল্যাশ দ্বারা ফটো</string>
<string name="gallery_content_description" >গ্যালারী স্ক্রিনে নেভিগেট করুন</string>

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix">জল দেয়া প্রয়োজন</string>
<plurals name="watering_needs_suffix">
<item quantity="one">প্রতি দিন</item>
<item quantity="one">প্রতি %d দিন</item>
anmol-Git marked this conversation as resolved.
Show resolved Hide resolved
<item quantity="other">প্রতি %d দিন</item>
</plurals>

<plurals name="watering_next">
<item quantity="one">আগামী কাল জল দিন।</item>
<item quantity="one">আগামী কাল %d জল দিন।</item>
Copy link
Contributor

Choose a reason for hiding this comment

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

same comment about not needing a placeholder for the one quantity?

Copy link
Author

Choose a reason for hiding this comment

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

Yes indeed ,sorry for the mistake i will correct it

<item quantity="other">জল দিন %d দিন পর।</item>
</plurals>

Expand Down