Skip to content

Conversation

@eduardomozart
Copy link
Contributor

When clicking on the Export results of tasks button, the column titles of the exported file are in English.

Checklist before requesting a review

Please delete options that are not relevant.

  • I have performed a self-review of my code.
  • I have added tests (when available) that prove my fix is effective or that my feature works.
  • This change requires a documentation update.

Description

  • It fixes # (issue number, if applicable)
  • Here is a brief description of what this PR does

Screenshots (if appropriate):

When clicking on the Export results of tasks button, the column titles of the exported file are in English.
@eduardomozart
Copy link
Contributor Author

eduardomozart commented Jan 22, 2025

Decided to close this PR since other informations are already shown in English since PR #601 (the column "Last message" will show the message in EN now), so it make sense to keep the column names in English, too. If handling translation of last_log entry on CSV file, the PHP function normalizer_normalize($exec['last_log'], Normalizer::FORM_C) should be implemented since characters with accents (é) aren't being rendered as expected on Excel because most TTF fonts are Unicode instead of UTF-8, e.g. in UTF-8, the character "é" can be represented by "e + '", while Unicode represents it as an entity "é". As most fonts doesn't support UTF-8, they will print "e" followed by an square, as can be seen on the print below:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant