We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f549cfc commit 7a03bd0Copy full SHA for 7a03bd0
1 file changed
src/main/kotlin/fr/minemobs/pepitedorlocalization/view/MainView.kt
@@ -83,6 +83,7 @@ class MainView : View("Pepite D'or Localization UI") {
83
val writer = FileWriter(jsonFile, Charsets.UTF_8)
84
gson.toJson(map.toList().sortedBy { (k, _) -> k }.toMap(), writer)
85
writer.close()
86
+ map.clear()
87
println("Added \"${key.value}\": \"${translatedString.value}\"")
88
}
89
0 commit comments