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

add bundle to sync strings #2232

Merged
merged 3 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions LocalPackages/SyncUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ let package = Package(
.product(name: "PreferencesViews", package: "SwiftUIExtensions"),
.product(name: "SwiftUIExtensions", package: "SwiftUIExtensions")
],
resources: [
.process("Resources")
],
swiftSettings: [
.define("DEBUG", .when(configuration: .debug))
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
}
},
"paste-from-clipboard" : {
"comment" : "Paste button",
"comment" : "Paste from Clipboard button",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
Expand Down Expand Up @@ -245,7 +245,7 @@
}
},
"preferences.begin-sync.card-footer" : {
"comment" : "Footer / captoin on the Begin Syncing card in sync settings",
"comment" : "Footer / caption on the Begin Syncing card in sync settings",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
Expand Down Expand Up @@ -353,7 +353,7 @@
}
},
"preferences.preparing-to-sync.dialog-title" : {
"comment" : "Peparing to sync dialog title during sync set up",
"comment" : "Preparing to sync dialog title during sync set up",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
Expand Down Expand Up @@ -389,7 +389,7 @@
}
},
"preferences.recover-synced-data.dialog-subtitle" : {
"comment" : "Recover synced data during Sync revoery process dialog subtitle",
"comment" : "Recover synced data during Sync recovery process dialog subtitle",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
Expand Down
Loading
Loading