You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2021/07/28 13:01:58 UTC

[ofbiz-framework] 01/02: Improved: Add description for all color orientation on Helveticus theme (OFBIZ-12288)

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

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

commit de4213f017f6a8442ae0ced86ee096f3ea5ddb81
Author: Nicolas Malin <ni...@nereide.fr>
AuthorDate: Fri Jul 23 14:50:58 2021 +0200

    Improved: Add description for all color orientation on Helveticus theme (OFBIZ-12288)
---
 framework/common/config/CommonEntityLabels.xml | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/framework/common/config/CommonEntityLabels.xml b/framework/common/config/CommonEntityLabels.xml
index 7efa7ee..03c6f9c 100644
--- a/framework/common/config/CommonEntityLabels.xml
+++ b/framework/common/config/CommonEntityLabels.xml
@@ -21927,9 +21927,21 @@
         <value xml:lang="zh">电子商务的替代视觉风格</value>
         <value xml:lang="zh-TW">電子商務的替代視覺風格</value>
     </property>
-    <property key="VisualTheme.description.HELVETICUS">
-        <value xml:lang="en">: a Rainbowstone evolution</value>
-        <value xml:lang="fr"> : une évolution de Rainbowstone</value>
+    <property key="VisualTheme.description.HELVETICUS_AMBER">
+        <value xml:lang="en">: a Rainbowstone evolution in orange</value>
+        <value xml:lang="fr"> : une évolution de Rainbowstone en orange</value>
+    </property>
+    <property key="VisualTheme.description.HELVETICUS_RUBY">
+        <value xml:lang="en">: a Rainbowstone evolution in red</value>
+        <value xml:lang="fr"> : une évolution de Rainbowstone en rouge</value>
+    </property>
+    <property key="VisualTheme.description.HELVETICUS_EMERALD">
+        <value xml:lang="en">: a Rainbowstone evolution in green</value>
+        <value xml:lang="fr"> : une évolution de Rainbowstone en vert</value>
+    </property>
+    <property key="VisualTheme.description.HELVETICUS_SAPHIR">
+        <value xml:lang="en">: a Rainbowstone evolution in blue</value>
+        <value xml:lang="fr"> : une évolution de Rainbowstone en bleu</value>
     </property>
     <property key="VisualTheme.description.RAINBOWSTONE_AMBER">
         <value xml:lang="en">: Rainbowstone theme in orange</value>