Skip to content

Commit 99e7b20

Browse files
authored
Update date format for bengali (#46448)
* Changing date format for bn version * Update bn.toml
1 parent 8f6da8e commit 99e7b20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/i18n/bn/bn.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ other = "ইস্যু সারাংশ"
8181
other = "অফিসিয়াল কুবারনেটিস CVE তালিকা"
8282

8383
[cve_table_date_format]
84-
other = "2006-01-02 15:04:05 MST"
84+
other = "02-01-2006 15:04:05 MST"
8585

8686
[cve_table_date_format_string]
8787
other = "(সর্বশেষ ভার্সন: %s)"
@@ -514,7 +514,7 @@ other = "(রিলিজ হয়েছিল: "
514514
# See https://gohugo.io/functions/format/gos-layout-string
515515
# Use a suitable format for your locale
516516
[release_date_format]
517-
other = "2006-01-02"
517+
other = "02-01-2006"
518518

519519
[release_date_format_month]
520520
other = "জানুয়ারি 2006"

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ contentDir = "content/bn"
313313
languagedirection = "ltr"
314314

315315
[languages.bn.params]
316-
time_format_blog = "01.02.2006"
316+
time_format_blog = "02.01.2006"
317317
language_alternatives = ["en"]
318318
description = "প্রোডাকশন-গ্রেড কন্টেইনার অর্কেস্ট্রেশন"
319319
languageNameLatinScript = "Bengali" # aka Bangla

0 commit comments

Comments
 (0)