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

provider-views: Select 5 files --> Select 5, because there are also folders #1697

Merged
merged 6 commits into from
Jul 18, 2019

Conversation

arturi
Copy link
Contributor

@arturi arturi commented Jun 28, 2019

Fixes #1422: The select button was saying “Select 1 file” when a folder is selected.

Before:

After:

Screen Shot 2019-06-17 at 22 36 46

Not ideal, but better.

I’m not a fan of “Select 5”, any suggestions? “Select 5 items”, would that be easily translated into different languages?

Kevin:

I think items is so generic (might be used to describe many more things on the page) that we might as well leave it out, reduce problems with locales, and save some screen estate.

ToDo:

  • update all locales

@arturi arturi changed the title Select 5 files --> Select 5, because there are also folders provider-views: Select 5 files --> Select 5, because there are also folders Jun 28, 2019
@arturi arturi requested a review from kiloreux July 16, 2019 15:11
@arturi
Copy link
Contributor Author

arturi commented Jul 16, 2019

@kiloreux could you please check Arabic and French?

selectX: {
'0': 'Wählen Sie %{smart_count}',
'1': 'Wählen Sie %{smart_count}',
'2': 'Wählen Sie %{smart_count}'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tim-kos could you check this one? Select 1 or Select 5, meaning files or folders.

@arturi arturi merged commit b3902a1 into master Jul 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the select-x-files-folders branch July 18, 2019 12:42
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.

Incorrect text on the Select button when a folder is selected
1 participant