mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 07:11:52 +02:00
Improve Bengali translation
Added the following keys: - `views` - `likes` - `show_more`
This commit is contained in:
parent
963b79e1aa
commit
ce4cbd3c75
1 changed files with 10 additions and 1 deletions
|
@ -12,6 +12,12 @@ article:
|
|||
word_count:
|
||||
one: "{{ .Count }} টি শব্দ"
|
||||
other: "{{ .Count }} টি শব্দ"
|
||||
views:
|
||||
one: "{{ .Count }} বার দেখা হয়েছে"
|
||||
other: "{{ .Count }} বার দেখা হয়েছে"
|
||||
likes:
|
||||
one: "{{ .Count }} বার পছন্দ করা হয়েছে"
|
||||
other: "{{ .Count }} বার পছন্দ করা হয়েছে"
|
||||
|
||||
author:
|
||||
byline_title: "লেখক"
|
||||
|
@ -53,3 +59,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "সাম্প্রতিক"
|
||||
|
||||
recent:
|
||||
show_more: "আরো দেখুন"
|
||||
|
|
Loading…
Add table
Reference in a new issue