Skip to content

Conversation

@yaira2
Copy link
Member

@yaira2 yaira2 commented Apr 10, 2025

Resolved / Related Issues

To prevent extra work, all changes to the Files codebase must link to an approved issue marked as Ready to build. Please insert the issue number following the hashtag with the issue number that this Pull Request resolves.

Steps used to test these changes

Stability is a top priority for Files and all changes are required to go through testing before being merged into the repo. Please include a list of steps that you used to test this PR.

  1. Tested each modified string

@yaira2 yaira2 marked this pull request as draft April 10, 2025 03:17
@yaira2 yaira2 marked this pull request as ready for review April 10, 2025 15:10
@yaira2
Copy link
Member Author

yaira2 commented Apr 10, 2025

@XTorLukas with the exception of the Status Center, this should take care of the remaining strings.

@yaira2 yaira2 added the ready to merge Pull requests that are approved and ready to merge label Apr 10, 2025
@yaira2 yaira2 merged commit e993f5e into main Apr 10, 2025
8 checks passed
@yaira2 yaira2 deleted the ya/String branch April 10, 2025 15:26
Comment on lines 2435 to 2443
<data name="PasteItemDescription" xml:space="preserve">
<value>Paste item(s) from clipboard to current folder</value>
<value>Paste items from clipboard to current folder</value>
</data>
<data name="PasteShortcutDescription" xml:space="preserve">
<value>Paste item(s) from clipboard to current folder as shortcuts</value>
<value>Paste items from clipboard to current folder as shortcuts</value>
</data>
<data name="PasteItemToSelectionDescription" xml:space="preserve">
<value>Paste item(s) from clipboard to selected folder</value>
<value>Paste items from clipboard to selected folder</value>
</data>
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't the exact number known? So it is not possible to determine exactly how many items are inserted?
I understood correctly. That's why the plural is always used.

Copy link
Member Author

Choose a reason for hiding this comment

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

Correct, we don't know how many items are in the clipboard.

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

Labels

ready to merge Pull requests that are approved and ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code Quality: Change all multiple localized singular and plural strings to a single ICU message format string

3 participants