File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ menutrans Open… 열기…
77menutrans Open\ Recent 최근\ 사용\ 열기
88menutrans Close\ Window<Tab> :qa 윈도우\ 닫기
99menutrans Close<Tab> :q 닫기
10- menutrans Save\ As…<Tab> :sav 별도\ 저장.. .
10+ menutrans Save\ As…<Tab> :sav 별도\ 저장\.\.\ .
1111menutrans Save\ All 모두\ 저장
1212menutrans Find 찾기
1313menutrans Find… 찾기…
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ for localisation in localisations {
363363 else {
364364 let escapedTranslation = translation. replacingOccurrences ( of: " " , with: " \\ " , options: . literal, range: nil )
365365 . replacingOccurrences ( of: " " , with: " \\ " , options: . literal, range: nil )
366+ . replacingOccurrences ( of: " . " , with: " \\ . " , options: . literal, range: nil )
366367
367368 return """
368369 menutrans \( neededLocalisation. targetKey) \( escapedTranslation)
You can’t perform that action at this time.
0 commit comments