feat: add Deskew PDF and Font to Outline tools with improved issue templates
New Features: - Add Deskew PDF tool for straightening scanned/skewed PDF pages - Add Font to Outline tool for converting text to vector paths - Add translations for new tools in all supported locales (de, en, id, it, tr, vi, zh) Improvements: - Migrate GitHub issue templates from markdown to YAML forms - Separate templates for bug reports, feature requests, and questions - Add config.yml for issue template chooser - Update sitemap.xml with new tool pages - Update ghostscript loader and helper utilities
This commit is contained in:
@@ -284,5 +284,13 @@
|
||||
"subtitle": "E-posta dosyalarını (EML, MSG) PDF formatına dönüştürün. Outlook dışa aktarmalarını ve standart e-posta formatlarını destekler.",
|
||||
"acceptedFormats": "EML, MSG Dosyaları",
|
||||
"convertButton": "PDF'ye Dönüştür"
|
||||
},
|
||||
"fontToOutline": {
|
||||
"name": "Yazı Tipi Çerçeveye Dönüştür",
|
||||
"subtitle": "Tüm yazı tiplerini vektör çerçevelere dönüştürün, tüm cihazlarda tutarlı görüntü için."
|
||||
},
|
||||
"deskewPdf": {
|
||||
"name": "PDF Eğriliğini Düzelt",
|
||||
"subtitle": "OpenCV kullanarak eğik taranmış sayfaları otomatik olarak düzeltin."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user