Skip to content

Commit

Permalink
Migrate to string catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Oct 5, 2023
1 parent 1275b09 commit aa7c1b8
Show file tree
Hide file tree
Showing 40 changed files with 67,927 additions and 13,531 deletions.
110 changes: 8 additions & 102 deletions IceCubesApp.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion IceCubesApp/App/Tabs/Settings/SupportAppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ struct SupportAppView: View {
private var loadingPlaceholder: some View {
HStack {
VStack(alignment: .leading) {
Text("placeholder.loading.short.")
Text("placeholder.loading.short")
.font(.scaledSubheadline)
Text("settings.support.placeholder.loading-subtitle")
.font(.scaledFootnote)
Expand Down
Loading

0 comments on commit aa7c1b8

Please sign in to comment.