Skip to content

Commit 832bf85

Browse files
authored
Add jolly (#22)
1 parent c27124e commit 832bf85

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed

MyLibrary/Sources/DataClient/Resources/organizers.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,23 @@
204204
{
205205
"name": "@TimOliver",
206206
"url": "https://github.com/TimOliver"
207-
208207
}
209208
]
209+
},
210+
{
211+
"id": 14,
212+
"name": "Hideyuki Nanashima",
213+
"image_name": "jollyjoester",
214+
"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🍻",
215+
"links": [
216+
{
217+
"name": "@jollyjoester",
218+
"url": "https://x.com/jollyjoester"
219+
},
220+
{
221+
"name": "@jollyjoester",
222+
"url": "https://github.com/jollyjoester"
223+
}
224+
]
210225
}
211226
]

MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,28 @@
8585
}
8686
}
8787
},
88+
"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🍻" : {
89+
"extractionState" : "manual",
90+
"localizations" : {
91+
"ja" : {
92+
"stringUnit" : {
93+
"state" : "translated",
94+
"value" : "Swift愛好会会長です。みんなでもっとSwiftを楽しめるようなネタを探してます。かんぱいやー(勉強会で乾杯をする人)としても知られていて、乾杯の力でSwift好きの輪を広めています🍻"
95+
}
96+
}
97+
}
98+
},
99+
"Hideyuki Nanashima" : {
100+
"extractionState" : "manual",
101+
"localizations" : {
102+
"ja" : {
103+
"stringUnit" : {
104+
"state" : "translated",
105+
"value" : "七島 偉之"
106+
}
107+
}
108+
}
109+
},
88110
"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." : {
89111
"extractionState" : "manual",
90112
"localizations" : {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "jollyjoester.jpg",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
55.7 KB
Loading

0 commit comments

Comments
 (0)