You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the following sentence in key MACOSX_APFS_SYNTHESIZED_DEVICE: Select the physical APFS store partition{1} instead.
Is it on purpose that partition{1} is coded as is without any space?
Yes, partition{1} is intentional. In the code, {1} is replaced either by an empty string or by a value that already starts with a space, for example (/dev/rdiskXsY), so there should be no literal space before {1} in the translation.
I found one issue before merging: MACOSX_APFS_EROFS_HINT currently contains {0}, but the original English string has no {0} placeholder and this message is displayed without formatting. As a result, {0} would appear literally to the user. Could you please remove it or reword the sentence without the device placeholder?
Also, while touching these lines, please add the missing space before the opening guillemet in MACOSX_DEVICE_NOT_WRITABLE and MACOSX_APFS_EROFS_HINT: selezziunatu « ... ».
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This is an update of Corsican (co) localization to take these commits into account:
I noticed the following sentence in key
MACOSX_APFS_SYNTHESIZED_DEVICE:Select the physical APFS store partition{1} instead.Is it on purpose that
partition{1}is coded as is without any space?Cheers,
Patriccollu.