Skip to content

Commit

Permalink
Restored as original implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo committed Dec 20, 2024
1 parent 3e6db4c commit 6749876
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions firefox-ios/Shared/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
// swiftlint:disable line_length
import Foundation

// MARK: - Localization bundle setup
class BundleClass {}

public struct Strings {
public static let bundle = Bundle(for: LocalizationClass.self)
public static let bundle = Bundle(for: BundleClass.self)
}

class LocalizationClass {}

// MARK: - Localization helper function

/// Full documentation available in
Expand Down

0 comments on commit 6749876

Please sign in to comment.