You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adrian Crum <ad...@sandglass-software.com> on 2011/03/10 22:18:25 UTC

Re: svn commit: r1080348 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

That translation should not be necessary. If the "it" translation is not 
found, then the framework should fall back to "en". Check your settings 
- if you changed the fallback locale, then you will have a problem.

-Adrian

On 3/10/2011 1:02 PM, mrisaliti@apache.org wrote:
> Author: mrisaliti
> Date: Thu Mar 10 21:02:35 2011
> New Revision: 1080348
>
> URL: http://svn.apache.org/viewvc?rev=1080348&view=rev
> Log:
> Italian translation of CommonEmptyHeader that is no more translated
>
> Modified:
>      ofbiz/trunk/framework/common/config/CommonUiLabels.xml
>
> Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=1080348&r1=1080347&r2=1080348&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
> +++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Thu Mar 10 21:02:35 2011
> @@ -2527,6 +2527,7 @@
>       </property>
>       <property key="CommonEmptyHeader">
>           <value xml:lang="en" xml:space="preserve">  </value>
> +<value xml:lang="it" xml:space="preserve">  </value>
>       </property>
>       <property key="CommonEnabled">
>           <value xml:lang="ar">شغال</value>
>
>

Re: svn commit: r1080348 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

Posted by "risalitim@gmail.com" <ri...@gmail.com>.
Thanks Adrian,

I have seen some screen with CommonEmptyHeader so I was thinking that it was missing so I have translated it,  instead a property-map was missing on that screen.
I have reverted into rev. 1080361.

Marco

Il giorno 10/mar/2011, alle ore 22.18, Adrian Crum ha scritto:

> That translation should not be necessary. If the "it" translation is not found, then the framework should fall back to "en". Check your settings - if you changed the fallback locale, then you will have a problem.
> 
> -Adrian
> 
> On 3/10/2011 1:02 PM, mrisaliti@apache.org wrote:
>> Author: mrisaliti
>> Date: Thu Mar 10 21:02:35 2011
>> New Revision: 1080348
>> 
>> URL: http://svn.apache.org/viewvc?rev=1080348&view=rev
>> Log:
>> Italian translation of CommonEmptyHeader that is no more translated
>> 
>> Modified:
>>     ofbiz/trunk/framework/common/config/CommonUiLabels.xml
>> 
>> Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=1080348&r1=1080347&r2=1080348&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
>> +++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Thu Mar 10 21:02:35 2011
>> @@ -2527,6 +2527,7 @@
>>      </property>
>>      <property key="CommonEmptyHeader">
>>          <value xml:lang="en" xml:space="preserve">  </value>
>> +<value xml:lang="it" xml:space="preserve">  </value>
>>      </property>
>>      <property key="CommonEnabled">
>>          <value xml:lang="ar">شغال</value>
>> 
>>