Skip to content

Commit 070548a

Browse files
committed
fix: 🐛 nepali language support
1 parent 62cec52 commit 070548a

File tree

5 files changed

+1032
-275
lines changed

5 files changed

+1032
-275
lines changed

book.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"website": "https://sumankunwar.com.np",
99
"keywords": "learn JavaScript, Beginners lessons",
1010
"language": "en",
11-
"totalpages": 107,
11+
"totalpages": 111,
1212
"hidepageheaders": [1,2, 3, 10, 40],
1313
"hidepagefooters": [1,2, 3, 10, 40],
1414
"plugins": [
@@ -26,10 +26,11 @@
2626
"edit-link"
2727
],
2828
"pdf": {
29-
"margin": {
30-
"right":32,
31-
"left": 32
32-
}
29+
"pageNumbers": true,
30+
"margin": {
31+
"right": 32,
32+
"left": 32
33+
}
3334
},
3435
"pluginsConfig": {
3536
"sidebar-ad": {

book_en.pdf

1.96 MB
Binary file not shown.

ne/book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"copyright": "Suman Kunwar",
88
"website": "https://sumankunwar.com.np",
99
"keywords": "जाभास्क्रिप्ट, शुरुआती पाठहरू",
10-
"language": "en",
10+
"language": "ne",
1111
"totalpages": 107,
1212
"hidepageheaders": [1, 2, 3, 10, 40],
1313
"hidepagefooters": [1, 2, 3, 10, 40],

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@
1414
"gitbook-plugin-sharing": "https://github.com/sumn2u/plugin-sharing.git",
1515
"gitbook-plugin-sidebar-ad": "0.0.4",
1616
"gitbook-plugin-sitemap": "^1.2.0",
17-
"gitbook-plugin-theme-creative": "^1.0.6",
17+
"gitbook-plugin-theme-creative": "https://github.com/sumn2u/gitbook-plugin-theme-creative.git",
1818
"honkit": "^4.0.4",
1919
"honkit-plugin-i18nsettings": "^1.0.0"
2020
},
2121
"scripts": {
2222
"start": "honkit serve",
23-
"build": "honkit build"
23+
"build": "honkit build",
24+
"pdf": "honkit pdf",
25+
"epub": "honkit epub",
26+
"mobi": "honkit mobi"
2427
},
2528
"keywords": [],
2629
"author": "Suman Kunwar",

0 commit comments

Comments
 (0)