Skip to content

Commit

Permalink
Localize import/export menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Jan 24, 2022
1 parent adce4a9 commit ac119bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion macOS/Views/Sidebar/Sidebar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ private extension Sidebar {
savePanel.canCreateDirectories = true
savePanel.isExtensionHidden = false
savePanel.allowsOtherFileTypes = false
savePanel.title = "Export Portfolios"
let response = savePanel.runModal()
return response == .OK ? savePanel.url : nil
}
Expand Down
6 changes: 6 additions & 0 deletions macOS/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
/* No comment provided by engineer. */
"Delete..." = "删除...";

/* No comment provided by engineer. */
"Export..." = "导出...";

/* No comment provided by engineer. */
"generate a sample portfolio" = "生成一个投资组合示例";

Expand All @@ -121,6 +124,9 @@
/* No comment provided by engineer. */
"How to get started" = "如何开始";

/* No comment provided by engineer. */
"Import..." = "导入...";

/* No comment provided by engineer. */
"Investor Return" = "内部收益率";

Expand Down

0 comments on commit ac119bb

Please sign in to comment.