mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-23 15:21:25 +01:00
Translation az (#2287)
* Azerbaijani flag and dropdown item added * Azerbaijani Language file Added * AZ - ignore_translation.toml init * AZ Translation Enterprise Edition Section * Translation for Generic * translation-az pipeline * Translation for Analytics * Translation for NAVBAR * Translation for SETTINGS * translation-az homepage * Translation for #login * Translation for (showJS) * Translation for #showJS * Translation for #PDFToWord * Translation for #PDFToPresentation * Translation for #PDFToText * Translation for #PDFToHTML * Translation for #PDFToXML * Translation for #PDFToCSV * Translation for #repair * Translation for #pageLayout * Translation for #pdfToSinglePage * Translation for #pageExtracter * Translation for #getPdfInfo * Translation for #markdown-to-pdf * Translation for #PDFToXML * Translation for #html-to-pdf * Translation for #PDFToHTML * Translation for #PDFToText * Translation for #PDFToPresentation * Translation for #PDFToWord * Translation for #PDFToCSV * Translation for #url-to-pdf * Translation for #pdfToImage * Translation for #BookToPDF * Translation for #PDFToBook * Translation for #autoRedact * Translation for #Add image * Translation for #File to PDF * Translation for (remove-image) * Translation for (remove-image) * Translation for (survey) * Translation for (licenses) * Translation for (printFile) * Translation for (split-bysections) * Translation for (overlay-pdfs) * Translation for (split-by-size-or-count) * Translation for (addPageNumbers) * Translation for (adjustContrast) * Translation for (autoSplitPDF) * Translation for (scalePages) * Translation for (removeCertSign) * Translation for (removeAnnotations) * Translation for (sign) * Translation for (flatten) * Translation for (extractImages) * Translation for (merge) * Translation for (view pdf) * Translation for (pageRemover) * Translation for (rotate) * az Translation for replace-invert-color * az Translation for addstamprequest * Translation for (remove-image) * Translation for #url-to-pdf * Update messages_az_AZ.properties * Update README.md * Update README.md * Update messages_az_AZ.properties --------- Co-authored-by: NureddinFarzaliyev <nureddin.fa@gmail.com> Co-authored-by: Lucifer25x <lucifer25x@protonmail.com> Co-authored-by: islamd7 <vusal04999@gmail.com> Co-authored-by: Valida Rahmanova <validerehmanova04@gmail.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
This commit is contained in:
parent
bab2052a60
commit
dc1887db4d
@ -186,11 +186,12 @@ Certain functionality like `Sign` supports pre-saved files stored at `/customFil
|
||||
|
||||
## Supported Languages
|
||||
|
||||
Stirling-PDF currently supports 36 languages!
|
||||
Stirling-PDF currently supports 37 languages!
|
||||
|
||||
| Language | Progress |
|
||||
| -------------------------------------------- | -------------------------------------- |
|
||||
| Arabic (العربية) (ar_AR) | ![97%](https://geps.dev/progress/97) |
|
||||
| Azerbaijani (Azərbaycan Dili) (az_AZ) | ![50%](https://geps.dev/progress/50) |
|
||||
| Basque (Euskara) (eu_ES) | ![55%](https://geps.dev/progress/55) |
|
||||
| Bulgarian (Български) (bg_BG) | ![96%](https://geps.dev/progress/96) |
|
||||
| Catalan (Català) (ca_CA) | ![90%](https://geps.dev/progress/90) |
|
||||
|
@ -3,6 +3,11 @@ ignore = [
|
||||
'language.direction',
|
||||
]
|
||||
|
||||
[az_AZ]
|
||||
ignore = [
|
||||
'language.direction',
|
||||
]
|
||||
|
||||
[bg_BG]
|
||||
ignore = [
|
||||
'language.direction',
|
||||
|
1256
src/main/resources/messages_az_AZ.properties
Normal file
1256
src/main/resources/messages_az_AZ.properties
Normal file
File diff suppressed because it is too large
Load Diff
8
src/main/resources/static/images/flags/az.svg
Normal file
8
src/main/resources/static/images/flags/az.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-az" viewBox="0 0 640 480">
|
||||
<path fill="#3f9c35" d="M.1 0h640v480H.1z"/>
|
||||
<path fill="#ed2939" d="M.1 0h640v320H.1z"/>
|
||||
<path fill="#00b9e4" d="M.1 0h640v160H.1z"/>
|
||||
<circle cx="304" cy="240" r="72" fill="#fff"/>
|
||||
<circle cx="320" cy="240" r="60" fill="#ed2939"/>
|
||||
<path fill="#fff" d="m384 200 7.7 21.5 20.6-9.8-9.8 20.7L424 240l-21.5 7.7 9.8 20.6-20.6-9.8L384 280l-7.7-21.5-20.6 9.8 9.8-20.6L344 240l21.5-7.7-9.8-20.6 20.6 9.8z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 501 B |
@ -4,6 +4,7 @@
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="ca_CA"> <img th:src="@{'/images/flags/es-ct.svg'}" alt="icon" width="20" height="15"> Català</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="zh_CN"> <img th:src="@{'/images/flags/cn.svg'}" alt="icon" width="20" height="15"> 简体中文</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="zh_TW"> <img th:src="@{'/images/flags/tw.svg'}" alt="icon" width="20" height="15"> 繁體中文</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="az_AZ"> <img th:src="@{'/images/flags/az.svg'}" alt="icon" width="20" height="15"> Azərbaycan Dili</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="da_DK"> <img th:src="@{'/images/flags/dk.svg'}" alt="icon" width="20" height="15"> Dansk</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="de_DE"> <img th:src="@{'/images/flags/de.svg'}" alt="icon" width="20" height="15"> Deutsch</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="en_GB"> <img th:src="@{'/images/flags/gb.svg'}" alt="icon" width="20" height="15"> English (GB)</a>
|
||||
|
Loading…
Reference in New Issue
Block a user