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
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
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
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4665