[frameworks/kdoctools/lgpl-tr] src/customization/tr: Add LGPL entity for Turkish

Emir SARI null at kde.org
Tue Oct 17 11:06:39 BST 2023


Git commit 08451a81d283495acdede35d0256093a036d1329 by Emir SARI.
Committed on 17/10/2023 at 12:06.
Pushed by esari into branch 'lgpl-tr'.

Add LGPL entity for Turkish

M  +3    -1    src/customization/tr/catalog.xml
A  +1    -0    src/customization/tr/entities/underLGPL.docbook
M  +3    -2    src/customization/tr/lang.entities

https://invent.kde.org/frameworks/kdoctools/-/commit/08451a81d283495acdede35d0256093a036d1329

diff --git a/src/customization/tr/catalog.xml b/src/customization/tr/catalog.xml
index 0187931d..4345714e 100644
--- a/src/customization/tr/catalog.xml
+++ b/src/customization/tr/catalog.xml
@@ -12,7 +12,9 @@
           uri="entities/lgpl-notice.docbook"/>
 
   <public publicId="-//KDE//DOCUMENT GPL Licence Declaration//TR"
-          uri="entities/underGPL.docbook"/> 
+          uri="entities/underGPL.docbook"/>
+  <public publicId="-//KDE//DOCUMENT LGPL Licence Declaration//TR"
+          uri="entities/underLGPL.docbook"/>
   <public publicId="-//KDE//DOCUMENT FDL Licence Declaration//TR"
           uri="entities/underFDL.docbook"/>
   <public publicId="-//KDE//DOCUMENT BSD Licence Declaration//TR"
diff --git a/src/customization/tr/entities/underLGPL.docbook b/src/customization/tr/entities/underLGPL.docbook
new file mode 100644
index 00000000..b40f9813
--- /dev/null
+++ b/src/customization/tr/entities/underLGPL.docbook
@@ -0,0 +1 @@
+<para>Bu program, <ulink type="commondoc" url="lgpl-license.html">GNU Kısıtlı Genel Kamu Lisansı</ulink> altında dağıtılmaktadır.</para>
\ No newline at end of file
diff --git a/src/customization/tr/lang.entities b/src/customization/tr/lang.entities
index 5465ccd3..0713485a 100644
--- a/src/customization/tr/lang.entities
+++ b/src/customization/tr/lang.entities
@@ -12,8 +12,10 @@
 <!-- Licence links -->
 <!ENTITY underGPL           PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//TR"
   "entities/underGPL.docbook"                       ><!-- level: para -->
+<!ENTITY underLGPL          PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//TR"
+  "entities/underLGPL.docbook"                       ><!-- level: para -->
 <!ENTITY underCCBYSA4       PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//TR"
-  "../en/entities/underCCBYSA4.docbook"                   ><!-- level: para -->
+  "entities/underCCBYSA4.docbook"                   ><!-- level: para -->
 <!ENTITY underFDL           PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//TR"
   "entities/underFDL.docbook"                       ><!-- level: para -->
 <!ENTITY underBSDLicense    PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//TR"
@@ -35,7 +37,6 @@
   "entities/install-compile.docbook"                     ><!-- level: para -->
 
 
-
 <!-- CC BY-SA 4 notice -->
 <!-- In order to translate it, copy it into <lang>/entities/ccbysa4-notice.docbook
 and change the reference from English version to the translated document


More information about the kde-doc-english mailing list