We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385ec9e commit e4b89a3Copy full SHA for e4b89a3
pages/_document.js
@@ -140,6 +140,8 @@ class CustomDocument extends Document {
140
errstr = "Erreur: Le texte que vous souhaitez décoder n'est pas encodé correctement.";
141
} else if (window.location.pathname == "/ua") {
142
errstr = "Помилка: Текст, що підлягає декодуванню, неправильно закодований.";
143
+ } else if (window.location.pathname == "/bn") {
144
+ errstr = "ত্রুটি: যে স্ট্রিংটি ডিকোড করা হবে তা সঠিকভাবে এনকোড করা হয়নি।";
145
}
146
return errstr;
147
0 commit comments