diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index d984087..abfec58 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -190,5 +190,22 @@ "url": "https://github.com/yucovin" } ] + }, + { + "id": 13, + "name": "Tim Oliver", + "image_name": "TimOliver", + "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.", + "links": [ + { + "name": "@TimOliverAU", + "url": "https://twitter.com/TimOliverAU" + }, + { + "name": "@TimOliver", + "url": "https://github.com/TimOliver" + + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 4b493c9..9dc777a 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -241,6 +241,28 @@ } } }, + "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." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timはオーストラリア出身のiOS Developerで、現在はInstagramの東京オフィスで働いています。彼はtry! Swift Tokyo 2016で登壇し、2018年からOrganizerです。休日はゲームをしたり、オープンソースソフトウェアを書いたり、カラオケに行くのが好きです。" + } + } + } + }, + "Tim Oliver" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tim Oliver" + } + } + } + }, "try! Swift" : { "localizations" : { "ja" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/Contents.json new file mode 100644 index 0000000..7cc9e1b --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "TimOliver@2x.jpg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "TimOliver@3x.jpg", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/TimOliver@2x.jpg b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/TimOliver@2x.jpg new file mode 100644 index 0000000..7a7a195 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/TimOliver@2x.jpg differ diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/TimOliver@3x.jpg b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/TimOliver@3x.jpg new file mode 100644 index 0000000..bff45c6 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/TimOliver.imageset/TimOliver@3x.jpg differ