Skip to content

Commit

Permalink
Merge pull request #742 from willowtreeapps/task/741-string-catalog-m…
Browse files Browse the repository at this point in the history
…igration

Initial String Catalog Migration
  • Loading branch information
Clstroud authored May 9, 2024
2 parents 5b0ea93 + 67ca350 commit 51e1679
Show file tree
Hide file tree
Showing 48 changed files with 15,062 additions and 7,474 deletions.
474 changes: 221 additions & 253 deletions CrowdinExport/en.xliff

Large diffs are not rendered by default.

130 changes: 21 additions & 109 deletions Vocable.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Vocable/Features/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ final class SettingsViewController: VocableCollectionViewController, MFMailCompo
case .contactDevs:
return String(localized: "settings.cell.contact_developers.title")
case .pidTuner:
return String(localized: "settings.cell.tune_cursor.title")
return "Tune Cursor" // Debug-only, not localized
case .listeningMode:
return String(localized: "settings.cell.listening_mode.title")
case .voiceConfiguration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ enum PersonalVoiceEmptyState: EmptyStateRepresentable {
return switch self {
case .denied: String(localized: "personal_voices.empty_state.denied.button.title")
case .notAuthorized: String(localized: "personal_voices.empty_state.not_authorized.button.title")
case .noContent: String(localized: "personal_voices.empty_state.no_content.button.title")
case .noContent: nil
}
}
}
422 changes: 422 additions & 0 deletions Vocable/Supporting Files/InfoPlist.xcstrings

Large diffs are not rendered by default.

Loading

0 comments on commit 51e1679

Please sign in to comment.