diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index be1c8c1..d984087 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -174,5 +174,21 @@ "url": "https://github.com/elmetal" } ] + }, + { + "id": 12, + "name": "yucovin", + "image_name": "yucovin", + "bio": "yucovin is a designer and iOS engineer with over a decade of experience spanning multiple levels of structural designs and interface design/engineering in government and private start-up. yucovin has helped numerous teams improve their product/service quality and processes as a designer who can bridge design and development. And most importantly, she is the creator of Riko, the mascot of try! Swift!", + "links": [ + { + "name": "@yucovin", + "url": "https://x.com/yucovin" + }, + { + "name": "@yucovin", + "url": "https://github.com/yucovin" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 5a23df4..617da70 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -310,6 +310,28 @@ } } }, + "yucovin" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ゆこびん" + } + } + } + }, + "yucovin is a designer and iOS engineer with over a decade of experience spanning multiple levels of structural designs and interface design/engineering in government and private start-up. yucovin has helped numerous teams improve their product/service quality and processes as a designer who can bridge design and development. And most importantly, she is the creator of Riko, the mascot of try! Swift!" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "try! Swiftのマスコットキャラクター「Riko」の生みの親。\nスタートアップや行政のプロダクトなどを手掛けるデザイナー、iOSエンジニア。情報設計が必要なプロダクトのUIが得意。デザインとエンジニアリングを繋げるポジションとして、多くのチームでプロダクトやサービスのクオリティとプロセス改善に寄与している。" + } + } + } + }, "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/yucovin.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/yucovin.imageset/Contents.json new file mode 100644 index 0000000..79c41de --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/yucovin.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "yucovin.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/yucovin.imageset/yucovin.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/yucovin.imageset/yucovin.png new file mode 100644 index 0000000..9b7d7b3 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/yucovin.imageset/yucovin.png differ