Skip to content

Commit

Permalink
fix: remove outdated link to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Apr 2, 2024
1 parent ec887fd commit 345b342
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 149 deletions.
142 changes: 0 additions & 142 deletions Front Row/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3471,148 +3471,6 @@
}
}
},
"Release Notes" : {
"localizations" : {
"ar" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"cs" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"da" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"de" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"el" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"es" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"fi" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"fr" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"he" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"hu" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"it" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "リリースノート"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "릴리스 노트"
}
},
"nl" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"pl" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"ro" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"ru" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"sv" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"tr" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"uk" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"vi" : {
"stringUnit" : {
"state" : "new",
"value" : "Release Notes"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "版本说明"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "版本說明"
}
}
}
},
"Report a Problem" : {
"localizations" : {
"ja" : {
Expand Down
7 changes: 0 additions & 7 deletions Front Row/Main Menu/HelpCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ struct HelpCommands: Commands {
"Website",
destination: URL(string: "https://github.com/godly-devotion/FrontRow")!
)
Link(
"Release Notes",
destination: URL(string: "https://github.com/godly-devotion/FrontRow/releases")!
)

Divider()

Link(
"Improve Translation",
destination: URL(string: "https://crowdin.com/project/FrontRow")!
Expand Down

0 comments on commit 345b342

Please sign in to comment.