diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index c14b243..d781e77 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -62,5 +62,21 @@ "url": "https://github.com/naoki-mrmt" } ] + }, + { + "id": 6, + "name": "Yoichiro Sakurai", + "image_name": "saku", + "bio": "Yoichiro is an engineer who likes to solve interesting problems. I has been contributing to try! Swift Tokyo since 2017. I love gourmet food and drinks, especially Japanese sake!", + "links": [ + { + "name": "@saku2saku", + "url": "https://x.com/saku2saku" + }, + { + "name": "@saku", + "url": "https://github.com/saku" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 82d970d..40f9d38 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -200,6 +200,17 @@ } } }, + "Yoichiro is an engineer who likes to solve interesting problems. I has been contributing to try! Swift Tokyo since 2017. I love gourmet food and drinks, especially Japanese sake!" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "問題解決が好きなエンジニア。2017年からtry! Swift Tokyoの開催に携わっています。美味しいご飯とお酒が好きで、特に日本酒が大好きです!" + } + } + } + }, "Yutaro is a Software Engineer who loves Swift. He has been contributing to try! Swift Tokyo since 2017.\nCurrently, he lives in the Kansai region and works at Hatena Co., Ltd.\nHis favorite things are beer🍺 and sake🍶. Recently, he has been experimenting with the Apple Vision Pro." : { "extractionState" : "manual", "localizations" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/saku.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/saku.imageset/Contents.json new file mode 100644 index 0000000..7f13183 --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/saku.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "saku_image.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/saku.imageset/saku_image.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/saku.imageset/saku_image.png new file mode 100644 index 0000000..56c7b9b Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/saku.imageset/saku_image.png differ