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

Missing "true" string from a couple of JP sentences #52

Open
valadzhov opened this issue Sep 2, 2019 · 0 comments
Open

Missing "true" string from a couple of JP sentences #52

valadzhov opened this issue Sep 2, 2019 · 0 comments
Assignees
Labels
bug Something isn't working status: in-development

Comments

@valadzhov
Copy link
Contributor

valadzhov commented Sep 2, 2019

Steps to reproduce:

  1. Check out the 8.2.x documentation.
  2. Open Notepad++ and search in the EN typedoc folder for "Returns if".
  3. Examine the results.

Actual Results:
There are a couple of strings which don't specify what is expected to be returned (it's actually "true" which has to be returned). The "true" is also missing from the EN source but I think it would be nice if we have it in the JP documentation:

Returns if the IgxGridComponent has sortable columns.
Returns if the filtering is enabled.
Returns if the IgxGridComponent has fiterable columns.

Expected results:
Returns true if the IgxGridComponent has sortable columns.
Returns true if the filtering is enabled.
Returns true if the IgxGridComponent has fiterable columns.

This has to be fixed in all versions and it's with very low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status: in-development
Projects
None yet
Development

No branches or pull requests

2 participants