Skip to content

Commit

Permalink
✨ Add akkey to organizer (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Daiki Matsudate <[email protected]>
  • Loading branch information
AkkeyLab and d-date committed Mar 13, 2024
1 parent 772144c commit b8d9e12
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MyLibrary/Sources/DataClient/Resources/organizers.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,22 @@
}
]
},
{
"id": 8,
"name": "Akio Itaya",
"image_name": "akkey",
"bio": "I am the CEO of AkkeyLab, Inc., where we run a programming school. My main role at AkkeyLab is to promote the benefits of Swift. Lately, I've been enjoying playing tennis and futsal with my colleagues from the company.",
"links": [
{
"name": "@AkkeyLab",
"url": "https://x.com/AkkeyLab"
},
{
"name": "@AkkeyLab",
"url": "https://github.com/AkkeyLab"
}
]
},
{
"id": 11,
"name": "Shota Ebara",
Expand Down
22 changes: 22 additions & 0 deletions MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
}
}
},
"Akio Itaya" : {
"extractionState" : "manual",
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "板谷 晃良"
}
}
}
},
"Code of Conduct" : {
"localizations" : {
"ja" : {
Expand Down Expand Up @@ -74,6 +85,17 @@
}
}
},
"I am the CEO of AkkeyLab, Inc., where we run a programming school. My main role at AkkeyLab is to promote the benefits of Swift. Lately, I've been enjoying playing tennis and futsal with my colleagues from the company." : {
"extractionState" : "manual",
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "プログラミングスクールを運営する AkkeyLab株式会社 の CEO を務めており、Swift の魅力を伝える仕事をしています。最近はテニスやフットサルを会社の仲間と楽しんでいます。"
}
}
}
},
"Meet Organizers" : {
"localizations" : {
"ja" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "akkey.jpg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8d9e12

Please sign in to comment.