Use generated identifier for chart range data
What does this MR do and why?
This change uses generated identifiers for the month-range GraphQL query name on the issues analytics page to prevent failure when non-english locale is used by the user.
How to set up and validate locally
- Ensure your GDK is licensed.
- Go to a project and open Analyze > Issues analytics
- In a new window, go to your user preferences and switch the language to Japanese
- Refresh the Issues analytics page and the chart should load (no error in the JS console).
Related to #473409 (closed)