Skip to content

Commit

Permalink
Create FUNDING.yml
Browse files Browse the repository at this point in the history
add donate button and fix help button in menu bar

Signed-off-by: James Hughes <[email protected]>

New translations localizable.strings (Romanian)

New translations localizable.strings (French)

New translations localizable.strings (Spanish)

New translations localizable.strings (Arabic)

New translations localizable.strings (Czech)

New translations localizable.strings (Danish)

New translations localizable.strings (German)

New translations localizable.strings (Greek)

New translations localizable.strings (Finnish)

New translations localizable.strings (Italian)

New translations localizable.strings (Japanese)

New translations localizable.strings (Korean)

New translations localizable.strings (Dutch)

New translations localizable.strings (Polish)

New translations localizable.strings (Portuguese)

New translations localizable.strings (Russian)

New translations localizable.strings (Albanian)

New translations localizable.strings (Turkish)

New translations localizable.strings (Ukrainian)

New translations localizable.strings (Chinese Simplified)

New translations localizable.strings (Chinese Traditional)

New translations localizable.strings (Vietnamese)

New translations localizable.strings (Portuguese, Brazilian)

New translations localizable.strings (Indonesian)
  • Loading branch information
jmshgs committed Jun 2, 2024
1 parent 20d7c9e commit 3570169
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

ko_fi: phoenixlauncher
4 changes: 2 additions & 2 deletions Phoenix/Phoenix.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
CURRENT_PROJECT_VERSION = 25;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Phoenix/Preview Content\"";
DEVELOPMENT_TEAM = UC7RC43VZH;
DEVELOPMENT_TEAM = SPWQRB7M9L;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -813,7 +813,7 @@
CURRENT_PROJECT_VERSION = 25;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Phoenix/Preview Content\"";
DEVELOPMENT_TEAM = UC7RC43VZH;
DEVELOPMENT_TEAM = SPWQRB7M9L;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
9 changes: 9 additions & 0 deletions Phoenix/Phoenix/PhoenixApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import SwiftUI

@main
struct PhoenixApp: App {
@Environment(\.openURL) var openURL
@StateObject var gameViewModel = GameViewModel()
@StateObject var appViewModel = AppViewModel()
@StateObject var updaterViewModel = UpdaterViewModel()
Expand Down Expand Up @@ -71,6 +72,14 @@ struct PhoenixApp: App {
CommandGroup(after: .appInfo) {
CheckForUpdatesView(UpdaterViewModel: updaterViewModel)
}
CommandGroup(replacing: .help) {
Button(String(localized: "help_Help"), action: {
openURL(URL(string: "https://github.com/phoenixlauncher/phoenix/wiki/0.-Home")!)
})
Button(String(localized: "help_Donate"), action: {
openURL(URL(string: "https://www.ko-fi.com/phoenixlauncher")!)
})
}
}

Settings {
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/da.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Seitenleiste nach Name sortieren";
"view_Recency" = "Seitenleiste nach Aktualität sortieren";
"help_Help" = "Phoenix Hilfe";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Spiel gespeichert!";
"toast_NoGamesFailure" = "Keine Spiele gefunden.";
"toast_GameNotFoundFailure" = "Das Spiel konnte nicht gefunden werden.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/fi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/id.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/pt-BR.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/pt.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/sq.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Rendit lojrat sipas emrit";
"view_Recency" = "Rendit lojrat sipas kohëve të fundit";
"help_Help" = "Ndihmë me Phoenix";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Loja e ruajtur!";
"toast_NoGamesFailure" = "ASnjë lojë nuk është gjetur.";
"toast_GameNotFoundFailure" = "Loja nuk mund të gjendej.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/tr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/uk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
1 change: 1 addition & 0 deletions Phoenix/Phoenix/Resources/vi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"view_Name" = "Sort Sidebar by Name";
"view_Recency" = "Sort Sidebar by Recency";
"help_Help" = "Phoenix Help";
"help_Donate" = "Donate to Phoenix";
"toast_GameSavedSuccess" = "Game saved!";
"toast_NoGamesFailure" = "No games found.";
"toast_GameNotFoundFailure" = "Game couldn't be found.";
Expand Down

0 comments on commit 3570169

Please sign in to comment.