Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow non-english labels to be used on Graph Templates #2734

Closed
PonomarenkoVladimir opened this issue Jun 13, 2019 · 2 comments
Closed

Allow non-english labels to be used on Graph Templates #2734

PonomarenkoVladimir opened this issue Jun 13, 2019 · 2 comments
Labels
bug Undesired behaviour resolved A fixed issue
Milestone

Comments

@PonomarenkoVladimir
Copy link

Describe the bug
Non-English labels are not displayed correctly on graphs

To Reproduce
Have a Template graphics: labels on Russian language
изображение
Result: labels are not displayed
изображение

Suggestion:
Correct the file ./lib/rrd.php: line 1167, function rrdtool_function_graph
Add a line to display labels in Russian (or other language):
setlocale (LC_CTYPE, ‘ru_RU.UTF8’);
Result:
изображение

Desktop (please complete the following information):

  • OS: Windows 7
  • Browser: Chrome
cigamit added a commit that referenced this issue Jun 22, 2019
Suggestion Cacti-1.2.4: Displaying non-English label names on graphs
@cigamit
Copy link
Member

cigamit commented Jun 22, 2019

Please update include/global_languages.php from the develop branch and verify that this is fixed that way.

@cigamit cigamit added bug Undesired behaviour resolved A fixed issue labels Jun 22, 2019
@cigamit cigamit added this to the v1.2.5 milestone Jun 23, 2019
@PonomarenkoVladimir
Copy link
Author

Works. Thank!

@netniV netniV closed this as completed Jun 27, 2019
@netniV netniV changed the title Suggestion Cacti-1.2.4: Displaying non-English label names on graphs. Allow non-english labels to be used on Graph Templates Jul 14, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Undesired behaviour resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

3 participants