Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Adds en-gb strings
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartbreckenridge committed Nov 18, 2023
1 parent fc6f87c commit 2a1c168
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/RSCore/CloudKit/CloudKitError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class CloudKitError: LocalizedError {

switch ckError.code {
case .alreadyShared:
return String(localized: "cloudkit.error.alread-shared", bundle: .module, comment: "Already Shared: a record or share cannot be saved because doing so would cause the same hierarchy of records to exist in multiple shares.")
return String(localized: "cloudkit.error.already-shared", bundle: .module, comment: "Already Shared: a record or share cannot be saved because doing so would cause the same hierarchy of records to exist in multiple shares.")
case .assetFileModified:
return String(localized: "cloudkit.error.asset-file-modified", bundle: .module, comment: "Asset File Modified: the content of the specified asset file was modified while being saved.")
case .assetFileNotFound:
Expand Down
Loading

0 comments on commit 2a1c168

Please sign in to comment.