When right-clicking on data cells, popup menu item "Aggregation" is not localized.
Its caption is not present in localization files, so I can't localize it. Please add it (or give us its group and key).
Hello Joffroy,
Thank you for posting the issue here.
The localization files were updated on GitHub and on CDN. They now contain all items of the context menu. To localize the item “Aggregation”, contextMenu.aggregation
should be used.
Please feel free to use the updated localization files for reference.
Kind regards,
Iryna
Thank you very much.
Joffroy
Hello,
I've just found another one item who isn't localized.
On the progress window when exporting, the title "Export in progress..." is localized, but not "rows" after the count of rows.
Thanks.
And in 2.7.0 version, "Filter by:", "LABELS" and "VALUES" in the filter popup.
Hello, Joffroy,
Thank you for reporting these issues.
Localization in the filter pop-up window is already updated, please check on our GitHub: https://github.com/flexmonster/pivot-localizations/.
As about "Export in progress" pop-up window, its localization will be added on April the 8th.
Please inform us in case of further questions.
Regards,
Tanya
Thanks.
Hello, Joffroy,
We are glad to announce that the issue with localization of “Export in progress…” pop-up window is fixed.
The fix is available on our website.
You are welcome to update the component.
Best Regards,
Vera
Thanks.
Hello,
Localization "progress": "{0}K" has been changed to "progress": "{0} rows", but {0} is the amount of loaded KB and not the rows' count.
I think that the right localization is "progress": "{0} KB of {1} KB" as {1} is the total amount of KB to be loaded, unless this is planned to be changed.
Jo
Hello, Joffroy,
Thank you for reporting the issue.
We will have a closer look at the issue and fix it. The version with the update will be released on June the 3rd.
Please let us know in case of further questions.
Regards,
Tanya
Hello, Joffroy,
We are glad to announce that a new label progressKnown
was added. It is used to display the process of loading CSV/OCSV when the size of the data file is defined.
We would like to point out the difference between {0} KB of {1} KB
and {0} KB
:
{0} KB of {1} KB
is shown when the total file size is known.
{0} KB
is shown when the total size is not known beforehand.
This is available in the 2.7.7 version of Flexmonster
You are welcome to update the component
Please let us know if everything works fine.
We are looking forward to hearing from you.
Best Regards,
Vera
That seems good.
Thanks.
Jo