Skip to content

Commit

Permalink
feat: add improve translation to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Mar 17, 2024
1 parent 9b4d9eb commit b41b263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Front Row/Main Menu/HelpCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ struct HelpCommands: Commands {
"Website",
destination: URL(string: "https://github.com/godly-devotion/FrontRow")!
)
Link(
"Improve Translation",
destination: URL(string: "https://crowdin.com/project/FrontRow")!
)
}
}
}

0 comments on commit b41b263

Please sign in to comment.