On 3 December 2011 17:31,  <[email protected]> wrote:
> Author: pmouawad
> Date: Sat Dec  3 17:31:11 2011
> New Revision: 1209959
>
> URL: http://svn.apache.org/viewvc?rev=1209959&view=rev
> Log:
> Bug 52280 - The menu item Options / Choose Language does not change all the 
> displayed text to the new language
>
> Issue is due to the fact that on a french computer, default locale is fr_FR , 
> so as _en bundles are missing it stays in French. Would be the same for all 
> non english computers.
>
> Added:
>    
> jmeter/trunk/src/components/org/apache/jmeter/assertions/BSFAssertionResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/assertions/CompareAssertionResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSetResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/config/KeystoreConfigResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/config/RandomVariableConfigResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/extractor/BSFPostProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/extractor/BeanShellPostProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/extractor/DebugPostProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/modifiers/BSFPreProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/modifiers/BeanShellPreProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/modifiers/JSR223PreProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/sampler/DebugSamplerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/timers/BSFTimerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/timers/BeanShellTimerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/timers/JSR223TimerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/visualizers/BSFListenerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/visualizers/BeanShellListenerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/components/org/apache/jmeter/visualizers/JSR223ListenerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/examples/org/apache/jmeter/examples/testbeans/example2/Example2Resources_en.properties
>    (with props)
>    
> jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSamplerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/sampler/JSR223SamplerResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources_en.properties
>    (with props)
>    
> jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerResources_en.properties
>    (with props)

-1

I'm not happy with this fix. There are now two copies of the English
properties files which have to be kept in step.
There has to be a better way to do this. We know that the default
property files are in English, so it ought to be possible to chose
that instead of _en when switching.

Reply via email to