Skip to content

Commit e4b89a3

Browse files
Update _document.js
1 parent 385ec9e commit e4b89a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/_document.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ class CustomDocument extends Document {
140140
errstr = "Erreur: Le texte que vous souhaitez décoder n'est pas encodé correctement.";
141141
} else if (window.location.pathname == "/ua") {
142142
errstr = "Помилка: Текст, що підлягає декодуванню, неправильно закодований.";
143+
} else if (window.location.pathname == "/bn") {
144+
errstr = "ত্রুটি: যে স্ট্রিংটি ডিকোড করা হবে তা সঠিকভাবে এনকোড করা হয়নি।";
143145
}
144146
return errstr;
145147
}

0 commit comments

Comments
 (0)