Jacques,

I spent some time looking at the "no fall-back" problem you keep mentioning, and I can't duplicate the problem.

I commented out the French translation of PartyInvitation, changed my language setting to French, cleared the cache and the label fell back to en.

When I uncomment the French translation of PartyInvitation (and changed the wording to make it different than English), cleared the cache and displayed the page, the French translation appeared.

I repeated the steps several times and it always worked as expected.

-Adrian

[EMAIL PROTECTED] wrote:
Author: jleroux
Date: Fri Sep 19 13:05:00 2008
New Revision: 697218

URL: http://svn.apache.org/viewvc?rev=697218&view=rev
Log:
French translation (no fall-back anymore)

Modified:
    ofbiz/trunk/applications/party/config/PartyUiLabels.xml

Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels.xml?rev=697218&r1=697217&r2=697218&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyUiLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyUiLabels.xml Fri Sep 19 13:05:00 
2008
@@ -4147,6 +4147,7 @@
     <property key="PartyInvitation">
         <value xml:lang="de">Einladung</value>
         <value xml:lang="en">Invitation</value>
+        <value xml:lang="fn">Invitation</value>
         <value xml:lang="it">Inviti Soggetti</value>
         <value xml:lang="th">คำเชิญ</value>
     </property>
@@ -4195,7 +4196,7 @@
     <property key="PartyInvitationNotValidError">
         <value xml:lang="de">Dies ist keine gültige Akteur Einladung</value>
         <value xml:lang="en">This is not a valid Party Invitation</value>
-        <value xml:lang="fr">Ceci est une invitation d'acteur non 
valide</value>
+        <value xml:lang="fr">Ceci n'est pas une invitation vlable</value>
         <value xml:lang="it">Questo non è un'Invito Soggetto valido</value>
         <value 
xml:lang="th">นี่ไม่ใช่คำเชิญของกลุ่มผู้ใช้</value>
     </property>



Reply via email to