mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Merge branch 'main' into swagger_2025_05_04
This commit is contained in:
commit
de90a6c594
@ -541,7 +541,7 @@ This would generate n entries of tr for each person in exampleData
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" th:href="@{/new-feature}">New Feature</a>
|
<a class="nav-link" th:href="@{'/new-feature'}">New Feature</a>
|
||||||
</li>
|
</li>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ Visit our comprehensive documentation at [docs.stirlingpdf.com](https://docs.sti
|
|||||||
|
|
||||||
## Supported Languages
|
## Supported Languages
|
||||||
|
|
||||||
Stirling-PDF currently supports 39 languages!
|
Stirling-PDF currently supports 40 languages!
|
||||||
|
|
||||||
| Language | Progress |
|
| Language | Progress |
|
||||||
| -------------------------------------------- | -------------------------------------- |
|
| -------------------------------------------- | -------------------------------------- |
|
||||||
@ -156,7 +156,7 @@ Stirling-PDF currently supports 39 languages!
|
|||||||
| Turkish (Türkçe) (tr_TR) |  |
|
| Turkish (Türkçe) (tr_TR) |  |
|
||||||
| Ukrainian (Українська) (uk_UA) |  |
|
| Ukrainian (Українська) (uk_UA) |  |
|
||||||
| Vietnamese (Tiếng Việt) (vi_VN) |  |
|
| Vietnamese (Tiếng Việt) (vi_VN) |  |
|
||||||
|
| Malayalam (മലയാളം) (ml_ML) |  |
|
||||||
|
|
||||||
## Stirling PDF Enterprise
|
## Stirling PDF Enterprise
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<span th:text="#{adminUserSettings.changeUserRole}">Change User's Role</span>
|
<span th:text="#{adminUserSettings.changeUserRole}">Change User's Role</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/usage" th:if="${@runningEE}"
|
<a th:href="@{'/usage'}" th:if="${@runningEE}"
|
||||||
class="btn btn-outline-success"
|
class="btn btn-outline-success"
|
||||||
th:title="#{adminUserSettings.usage}">
|
th:title="#{adminUserSettings.usage}">
|
||||||
<span class="material-symbols-rounded">analytics</span>
|
<span class="material-symbols-rounded">analytics</span>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" th:href="@{'/pdfjs-legacy/css/viewer-redact.css'}">
|
<link rel="stylesheet" th:href="@{'/pdfjs-legacy/css/viewer-redact.css'}">
|
||||||
<script th:src="@{'/pdfjs-legacy/js/viewer.mjs'}" type="module"></script>
|
<script th:src="@{'/pdfjs-legacy/js/viewer.mjs'}" type="module"></script>
|
||||||
<script src='./js/redact.js' type="module"></script>
|
<script th:src="@{'/js/redact.js'}" type="module"></script>
|
||||||
<link rel="stylesheet" th:href="@{'/css/redact.css'}">
|
<link rel="stylesheet" th:href="@{'/css/redact.css'}">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user