This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 791c6ca934 Improved: Create Turkish labels (OFBIZ-13237)
791c6ca934 is described below

commit 791c6ca934a6a0198d2df72fac95443629dd6f06
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed May 21 12:56:48 2025 +0200

    Improved: Create Turkish labels (OFBIZ-13237)
    
    Adds the "Türkçe" language (that's how it's written in Turkish)
---
 framework/common/config/CommonUiLabels.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/framework/common/config/CommonUiLabels.xml 
b/framework/common/config/CommonUiLabels.xml
index 3906b59c6e..7e25b0a4da 100644
--- a/framework/common/config/CommonUiLabels.xml
+++ b/framework/common/config/CommonUiLabels.xml
@@ -16138,6 +16138,11 @@
         <value xml:lang="zh">俄语</value>
         <value xml:lang="zh-TW">俄語</value>
     </property>
+   <property key="tr">
+      <value xml:lang="en">Turkish</value>
+      <value xml:lang="fr">Turk</value>
+      <value xml:lang="tr">Türkçe</value>
+   </property>
     <property key="zh">
         <value xml:lang="ar">صينية</value>
         <value xml:lang="cs">Čínština</value>

Reply via email to