Génération du fichier + suppression variable inutile
Some checks failed
openium/resgen.swift/pipeline/pr-master There was a failure building this commit
openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-20 16:33:47 +02:00
parent f0aac3a91b
commit 7c6a8d2ac3
2 changed files with 10 additions and 7 deletions

View File

@@ -179,7 +179,6 @@ enum StringsFileGenerator {
section
.definitions
.forEach { definition in // swiftlint:disable:this closure_body_length
var skipDefinition = false
var isNoTranslation = false
var localizationTab: [XCStringLocalization] = []