Bug 61970 - JMeter now uses english as default locale to avoid missing translations in some locales make UI look weird
Summary: JMeter now uses english as default locale to avoid missing translations in so...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.3
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-06 09:44 UTC by Philippe Mouawad
Modified: 2018-01-23 17:18 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2018-01-06 09:44:15 UTC

    
Comment 1 Philippe Mouawad 2018-01-06 09:49:17 UTC
Author: pmouawad
Date: Sat Jan  6 09:47:30 2018
New Revision: 1820380

URL: http://svn.apache.org/viewvc?rev=1820380&view=rev
Log:
Bug 61970 - JMeter now uses english as default locale to avoid missing translations in some locales make UI look weird
Bugzilla Id: 61970

Modified:
    jmeter/trunk/bin/jmeter
    jmeter/trunk/bin/jmeter.bat
    jmeter/trunk/xdocs/changes.xml
Comment 2 Kimono 2018-01-23 14:21:25 UTC
Run jmeter.bat, and you get the warnings below:

 '#' is not recognized as an internal or external command,
 operable program or batch file.

I think '#' should be replaced with 'rem' about these 2 lines below in jmeter.bat.

 # Set language
 # Default to en_EN
Comment 3 Felix Schumacher 2018-01-23 17:18:03 UTC
Thanks for the report. Should be fixed with the next nightly.

Date: Tue Jan 23 17:16:15 2018
New Revision: 1822029

URL: http://svn.apache.org/viewvc?rev=1822029&view=rev
Log:
Correct comments. On windows these are rem instead of #.

Bugzilla Id: 61970

Modified:
    jmeter/trunk/bin/jmeter.bat
Comment 4 The ASF infrastructure team 2022-09-24 20:38:12 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4665