Skip to content

Commit bae712b

Browse files
Merge branch 'main' into main
2 parents dfc6547 + 285878c commit bae712b

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

i18n/en.jsonp.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"selenium-webdriver": "^4.11.1",
6363
"start-server-and-test": "^2.0.0",
6464
"testcafe": "^3.0.0",
65-
"vite": "^4.5.2"
65+
"vite": "^4.5.3"
6666
}
6767
}

www/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ <h4 data-i18n="about-step2">Step 2: Download or copy the content onto your devic
209209
</p>
210210
<h4 data-i18n="about-step3">Step 3: Select your file or drag-and-drop</h4>
211211
<p data-i18n="about-step3-para1">
212-
Go to the "Configure" menu and select your archive, or select the folder containing your ZIM archives if you are offered that option. You can also drag and drop the file into the
213-
the open app (if you have a split file, be sure to drag all parts).
212+
Go to the "Configure" menu and select your archive, or select the folder containing your ZIM archives if you are offered that option. You can also drag and drop the file into the
213+
open app (if you have a split file, be sure to drag all parts).
214214
</p>
215215
<h4 data-i18n="about-step4">Step 4: Enjoy your offline content!</h4>
216216
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>
@@ -230,7 +230,7 @@ <h3 id="searchSyntax" data-i18n="about-search-title">Title and full-text search
230230
display a list of all titles (up to the limit set in Configuration) simply by clicking the search button without typing anything.
231231
</p>
232232
<p data-i18n="about-search-para4">
233-
<b>Full-text search:</b> This type of search is only availalbe in relatively recent desktop browsers, and if the archive contains a full-text index.
233+
<b>Full-text search:</b> This type of search is only available in relatively recent desktop browsers, and if the archive contains a full-text index.
234234
If it is supported, it will be used automatically, but it is slower than title search, and you may notice a delay before results are added to the
235235
title-search results. Additionally, full-text search cannot be used if your archive is split into various chunks. To see whether it is
236236
available, look in the API panel at the bottom of the Configuration page after you have loaded a ZIM. If it says "Xapian [fulltext]" then
@@ -311,7 +311,7 @@ <h4 id="FAT" data-i18n="about-fat-fs">Downloading and storing large archives</h4
311311
<code>...</code>, etc.). When you pick this archive in the app, be sure to pick <b>all</b> the chunks, or drag-and-drop them all into the app.
312312
</p>
313313
<p data-i18n="about-large-archives-para3">
314-
For some information on how to split archves, see <a href="https://github.com/kiwix/kiwix-js-windows/tree/main/AppPackages#download-a-zim-archive-all-platforms" target="_blank">
314+
For some information on how to split archives, see <a href="https://github.com/kiwix/kiwix-js-windows/tree/main/AppPackages#download-a-zim-archive-all-platforms" target="_blank">
315315
Download a ZIM archive&nbsp;<img src="img/Icon_External_Link.png" /></a>.
316316
</p>
317317
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>
@@ -432,7 +432,7 @@ <h4 data-i18n="about-libraries">Main libraries and resources used:</h4>
432432
<li>The <a href="https://rollupjs.org/" target="_blank">Rollup JavaScript Bundler</a>, copyright by the contributors, released under an <a href="https://github.com/rollup/rollup/blob/master/LICENSE.md" target="_blank">MIT Licence</a></li>
433433
<li><a href="https://vitejs.dev/" target="_blank">Vite Frontend Tooling</a>, copyright Yuxi You and Vite contributors, released under an <a href="https://github.com/vitejs/vite/blob/main/LICENSE" target="_blank">MIT Licence</a></li>
434434
<li>The <a href="https://testcafe.io/" target="_blank">Test<i>Café</i></a> suite, copyright Developer Express Inc., released under an <a href="https://github.com/DevExpress/testcafe/blob/master/LICENSE" target="_blank">MIT Licence</a></li>
435-
<li><a href="https://www.selenium.dev/documentation/webdriver/" target="_blank">Selenium WebDriver</a>, copyright The Software Freedom Conservancy, released under an <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE" target="_blank">Apache Lincence v2</a></li>
435+
<li><a href="https://www.selenium.dev/documentation/webdriver/" target="_blank">Selenium WebDriver</a>, copyright The Software Freedom Conservancy, released under an <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE" target="_blank">Apache Licence v2</a></li>
436436
<li><a href="https://mochajs.org/" target="_blank">Mocha Testing Framework</a>, copyright The OpenJS Foundation and Mocha contributors, released under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International Licence</a></li>
437437
<li><a href="https://www.i18next.com/" target="_blank">i18next Internationalization Framework</a>, copyright i18next, released under an <a href="https://github.com/i18next/i18next/blob/master/LICENSE" target="_blank">MIT Licence</a></li>
438438
</ul>

0 commit comments

Comments
 (0)