Implemented the "localisation(for:)" function of the Bundle+LocalisationBundle extension for the Core library.

This commit is contained in:
2023-05-19 16:26:47 +02:00
parent 5286f72f05
commit 9913c73174
4 changed files with 116 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftLibs open source project
//
// Copyright (c) 2023 Röck+Cöde VoF. and the SwiftLibs project authors
// Licensed under the EUPL 1.2 or later.
//
// See LICENSE.txt for license information
// See CONTRIBUTORS.txt for the list of SwiftLibs project authors
//
//===----------------------------------------------------------------------===//
public enum BundleError: Error {
case bundleNotFound
}