[ofbiz-framework] branch release18.12 updated: Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release18.12 updated: Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release18.12 by this push:
     new dbec7e7  Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)
dbec7e7 is described below

commit dbec7e766c5243fafafe6b61be2a5a346cc015f9
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sat Aug 22 18:03:41 2020 +0200

    Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)
   
    It seems that we are getting the issue due to the special character "/" which is
    present in OrderManager Uilabel.
    I just changed the OrderManager Uilabel value from Buy / Sell Order Manager to
    Order Manager and removed the special character "/".
   
    Thanks: Mohammed Rehan Khan
---
 applications/order/config/OrderUiLabels.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/order/config/OrderUiLabels.xml b/applications/order/config/OrderUiLabels.xml
index 70041c3..63cc977 100644
--- a/applications/order/config/OrderUiLabels.xml
+++ b/applications/order/config/OrderUiLabels.xml
@@ -5910,7 +5910,7 @@
         <value xml:lang="zh-TW">預訂</value>
     </property>
     <property key="OrderManager">
-        <value xml:lang="ar">مدير أمر البيع\الشراء</value>
+        <value xml:lang="ar">مدير أمر</value>
         <value xml:lang="de">Auftragsverwaltung Anwendung</value>
         <value xml:lang="en">Order Manager</value>
         <value xml:lang="es">Gestión de pedidos</value>