Commit 1004857
committed
feat: Integrate Inja template engine and multi-language support for website crawler
- Disabled test builds in the build script for cleaner deployment.
- Added Inja template engine for rendering HTML with localization support.
- Implemented multi-language capabilities with English and Persian translations.
- Created new HTML templates for crawl request interface, enhancing user experience.
- Introduced JSON localization files for dynamic content rendering based on user language selection.
- Updated HomeController to handle template rendering and localization data loading.
These changes significantly enhance the website crawler's interface, making it more accessible and user-friendly for a diverse audience.1 parent 8aff144 commit 1004857
File tree
19 files changed
+6076
-677
lines changed- include/inja
- locales
- public
- assets/css
- css
- js
- src
- controllers
- routing
- templates
19 files changed
+6076
-677
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
| |||
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
68 | 82 | | |
69 | 83 | | |
70 | 84 | | |
| |||
138 | 152 | | |
139 | 153 | | |
140 | 154 | | |
| 155 | + | |
| 156 | + | |
141 | 157 | | |
142 | 158 | | |
143 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments