apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.19k stars 2.07k forks source link

Some menu item labels are gone (e.g, html_report, compile_jsr223, schematic_view, import_curl) once switching to non-English and back to English #5415

Closed asfimport closed 3 years ago

asfimport commented 3 years ago

Woonsan Ko (Bug 64800):

Created attachment tools2.png: Labels of some tools menu items are gone when switching to French

Labels of some tools menu items are gone when switching to French

Severity: normal OS: All

asfimport commented 3 years ago

Woonsan Ko (migrated from Bugzilla): Discovered while testing https://github.com/apache/jmeter/issues/5413. Will try to find the root cause...

asfimport commented 3 years ago

Woonsan Ko (migrated from Bugzilla): Fixes suggested and ready for review in PR: https://github.com/apache/jmeter/pull/631


The root cause:


Based on my assumption ("...designed originally to use the action component name as the menu item label resource key"), the PR suggests to use the action component name as the keys consistently.

asfimport commented 3 years ago

@pmouawad (migrated from Bugzilla): Fixed by https://github.com/apache/jmeter/commit/041eb898311bf9f06eb4177fbf12fb61575d2b2b

asfimport commented 3 years ago

Woonsan Ko (migrated from Bugzilla): Thank you!