Skip to content

Commit

Permalink
Update code level contributor list
Browse files Browse the repository at this point in the history
  • Loading branch information
chihchy committed Jul 10, 2024
1 parent 0358bd5 commit 2a3855a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions EhPanda/App/en.lproj/Constant.strings
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
// Code level contributor
"app.code_level_contributor.link.tatsuz0u" = "https://github.com/tatsuz0u";
"app.code_level_contributor.link.chihchy" = "https://github.com/chihchy";
"app.code_level_contributor.link.xioxin" = "https://github.com/xioxin";
"app.code_level_contributor.link.Jimmy-Prime" = "https://github.com/Jimmy-Prime";
"app.code_level_contributor.link.xioxin" = "https://github.com/xioxin";
"app.code_level_contributor.link.remlostime" = "https://github.com/remlostime";
"app.code_level_contributor.text.tatsuz0u" = "Tatsuzo Araki";
"app.code_level_contributor.text.chihchy" = "Chihchy";
"app.code_level_contributor.text.xioxin" = "xioxin";
"app.code_level_contributor.text.Jimmy-Prime" = "Jimmy Prime";
"app.code_level_contributor.text.xioxin" = "xioxin";
"app.code_level_contributor.text.remlostime" = "Kai Chen";

// Translation contributor
Expand Down
8 changes: 4 additions & 4 deletions EhPanda/View/Setting/Components/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ struct AboutView: View {
urlString: L10n.Constant.App.CodeLevelContributor.Link.chihchy,
text: L10n.Constant.App.CodeLevelContributor.Text.chihchy
),
.init(
urlString: L10n.Constant.App.CodeLevelContributor.Link.xioxin,
text: L10n.Constant.App.CodeLevelContributor.Text.xioxin
),
.init(
urlString: L10n.Constant.App.CodeLevelContributor.Link.jimmyPrime,
text: L10n.Constant.App.CodeLevelContributor.Text.jimmyPrime
),
.init(
urlString: L10n.Constant.App.CodeLevelContributor.Link.xioxin,
text: L10n.Constant.App.CodeLevelContributor.Text.xioxin
),
.init(
urlString: L10n.Constant.App.CodeLevelContributor.Link.remlostime,
text: L10n.Constant.App.CodeLevelContributor.Text.remlostime
Expand Down

0 comments on commit 2a3855a

Please sign in to comment.