Skip to content

Commit

Permalink
fix: override new option at FileProcessorContext
Browse files Browse the repository at this point in the history
  • Loading branch information
huglx committed Jul 17, 2024
1 parent 26dd920 commit 4ce10b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ data class FileProcessorContext(
val importSettings: IImportSettings =
object : IImportSettings {
override var overrideKeyDescriptions: Boolean = false
override var onlyUpdateWithoutAdd: Boolean = false
override var convertPlaceholdersToIcu: Boolean = true
},
val projectIcuPlaceholdersEnabled: Boolean = true,
Expand Down

0 comments on commit 4ce10b2

Please sign in to comment.