From c05f6fd08666de262e85707ed71fd14df100f555 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 29 Nov 2021 17:25:31 +0100 Subject: [PATCH] SwiftGen: Handle MatrixKit strings. --- Tools/SwiftGen/swiftgen-config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Tools/SwiftGen/swiftgen-config.yml b/Tools/SwiftGen/swiftgen-config.yml index 2a4015052..e8a00a129 100755 --- a/Tools/SwiftGen/swiftgen-config.yml +++ b/Tools/SwiftGen/swiftgen-config.yml @@ -16,6 +16,14 @@ strings: params: className: VectorL10n publicAccess: true +strings: + inputs: Modules/MatrixKit/Assets/MatrixKitAssets.bundle/en.lproj/MatrixKit.strings + outputs: + templatePath: Templates/Strings/flat-swift4-vector.stencil + output: MatrixKitStrings.swift + params: + className: MatrixKitL10n + publicAccess: true xcassets: inputs: - Assets/Images.xcassets