Skip to content

Commit c27124e

Browse files
TimOliverTim Oliver
andauthored
Added Tim Oliver to organizer list (#20)
* Add Tim Oliver to organizers list * Added Tim Oliver organizer media to the correct asset catalog * Tweaked description of Tim Oliver’s bio and added Japanese localization * Tweaked localization and bio of Tim Oliver slightly further --------- Co-authored-by: Tim Oliver <timoliver@fb.com>
1 parent 78be534 commit c27124e

File tree

5 files changed

+61
-0
lines changed

5 files changed

+61
-0
lines changed

MyLibrary/Sources/DataClient/Resources/organizers.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,22 @@
190190
"url": "https://github.com/yucovin"
191191
}
192192
]
193+
},
194+
{
195+
"id": 13,
196+
"name": "Tim Oliver",
197+
"image_name": "TimOliver",
198+
"bio": "Tim is an iOS developer from Australia and is currently working at Instagram in Tokyo. He presented at try! Swift Tokyo 2016 and has been volunteering at the conference since 2018. In his free time, he loves video games, writing open source software and karaoke.",
199+
"links": [
200+
{
201+
"name": "@TimOliverAU",
202+
"url": "https://twitter.com/TimOliverAU"
203+
},
204+
{
205+
"name": "@TimOliver",
206+
"url": "https://github.com/TimOliver"
207+
208+
}
209+
]
193210
}
194211
]

MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,28 @@
241241
}
242242
}
243243
},
244+
"Tim is an iOS developer from Australia and is currently working at Instagram in Tokyo. He presented at try! Swift Tokyo 2016 and has been volunteering at the conference since 2018. In his free time, he loves video games, writing open source software and karaoke." : {
245+
"extractionState" : "manual",
246+
"localizations" : {
247+
"ja" : {
248+
"stringUnit" : {
249+
"state" : "translated",
250+
"value" : "Timはオーストラリア出身のiOS Developerで、現在はInstagramの東京オフィスで働いています。彼はtry! Swift Tokyo 2016で登壇し、2018年からOrganizerです。休日はゲームをしたり、オープンソースソフトウェアを書いたり、カラオケに行くのが好きです。"
251+
}
252+
}
253+
}
254+
},
255+
"Tim Oliver" : {
256+
"extractionState" : "manual",
257+
"localizations" : {
258+
"ja" : {
259+
"stringUnit" : {
260+
"state" : "translated",
261+
"value" : "Tim Oliver"
262+
}
263+
}
264+
}
265+
},
244266
"try! Swift" : {
245267
"localizations" : {
246268
"ja" : {
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "TimOliver@2x.jpg",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "TimOliver@3x.jpg",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
263 KB
Loading
462 KB
Loading

0 commit comments

Comments
 (0)