Skip to content

Commit

Permalink
Add jolly (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjoester committed Mar 13, 2024
1 parent c27124e commit 832bf85
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
17 changes: 16 additions & 1 deletion MyLibrary/Sources/DataClient/Resources/organizers.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,23 @@
{
"name": "@TimOliver",
"url": "https://github.com/TimOliver"

}
]
},
{
"id": 14,
"name": "Hideyuki Nanashima",
"image_name": "jollyjoester",
"bio": "Hideyuki is a Swift lover and focusing to enjoy learning and playing with Swift more. He organizes Swift Fun Club which is the group where Swift lovers gather in Japan. He is also the most famous Kanpai-er(person who make a toast). He is expanding the circle of Swift lovers with Kanpai🍻",
"links": [
{
"name": "@jollyjoester",
"url": "https://x.com/jollyjoester"
},
{
"name": "@jollyjoester",
"url": "https://github.com/jollyjoester"
}
]
}
]
22 changes: 22 additions & 0 deletions MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,28 @@
}
}
},
"Hideyuki is a Swift lover and focusing to enjoy learning and playing with Swift more. He organizes Swift Fun Club which is the group where Swift lovers gather in Japan. He is also the most famous Kanpai-er(person who make a toast). He is expanding the circle of Swift lovers with Kanpai🍻" : {
"extractionState" : "manual",
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Swift愛好会会長です。みんなでもっとSwiftを楽しめるようなネタを探してます。かんぱいやー(勉強会で乾杯をする人)としても知られていて、乾杯の力でSwift好きの輪を広めています🍻"
}
}
}
},
"Hideyuki Nanashima" : {
"extractionState" : "manual",
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "七島 偉之"
}
}
}
},
"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" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "jollyjoester.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 832bf85

Please sign in to comment.