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

Updating pagination strings for bn: #1002

Merged
merged 1 commit into from Aug 6, 2022
Merged
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
Updating pagination strings for bn:
"পরবর্তী পাতা" -> "পরবর্তী" & "পূর্বের পাতা" -> "পূর্ববর্তী"
  • Loading branch information
Mehedi Hasan committed Aug 5, 2022
commit fa2b74e9a6c1843765726029119611b58c98eb04
4 changes: 2 additions & 2 deletions i18n/bn.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- id: prev_page
translation: "পূর্বের পাতা"
translation: "পূর্ববর্তী"

- id: next_page
translation: "পরবর্তী পাতা"
translation: "পরবর্তী"

- id: read_time
translation:
Expand Down