Skip to content

Commit 19190cf

Browse files
committed
Switch local fallback tests to bn instead of ar
1 parent b397558 commit 19190cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/misc.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ describe('Misc utility', () => {
115115
})
116116

117117
test('falls back to en strings if lang file is missing certain fields', () => {
118-
const strings = getStringsForLang('ar')
118+
const strings = getStringsForLang('bn')
119119
expect(strings).toMatchObject({
120-
DISCLAIMER: 'هذه المقالة صادرة عن ${creator}.النص متاح تحت رخصة ${license} مالم يرد خلاف ذلك. قد تُطبَّق شروط إضافية على ملفات الوسائط.',
121-
LAST_EDITED_ON: 'تم التحرير آخر مرة في ${date}',
120+
DISCLAIMER: 'This article is issued from ${creator}. The text is available under ${license} unless otherwise noted. Additional terms may apply for the media files.',
121+
LAST_EDITED_ON: '${date} তারিখে সর্বশেষ সম্পাদিত',
122122
LICENSE_UNKNOWN: 'an unknown license',
123123
DOWNLOAD_ERRORS_HEADING: 'Oops. Article not found.',
124124
DOWNLOAD_ERRORS_MESSAGE: "The requested article '${articleTitle}' is not available inside this ZIM, it was not possible to retrieve it from ${server}.",

0 commit comments

Comments
 (0)