Skip to content

Commit cd4a891

Browse files
Mcrich23igorkulman
authored andcommitted
Bug Fixes
1 parent 9224f2a commit cd4a891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/LocalizationEditor/Providers/LocalizationProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ final class LocalizationProvider {
5050
let data = localization.translations.map { string -> String in
5151
let stringForMessage: String
5252
if let newMessage = string.message, newMessage.replacingOccurrences(of: " ", with: "") != "" {
53-
stringForMessage = "/* \(newMessage) */\n"
53+
stringForMessage = "\n/* \(newMessage) */\n"
5454
} else {
5555
stringForMessage = ""
5656
}

0 commit comments

Comments
 (0)