diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index 5070332..9def57a 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -127,6 +127,22 @@ } ] }, + { + "id": 9, + "name": "Roku / Miki Yoshida", + "image_name": "Roku", + "bio": "Roku is an iOS Developer. She joined try! Swift in 2019 as a volunteer staff member, and became an organizer in 2020.\nShe loves Swift community and occasionally organizes study sessions and development camps.\nShe is interested in beer, whiskey, and unique design clothes. In addition to creating apps, She also enjoy making accessories.\nHer lucky number is 6️⃣, which is called \"Roku\" in Japanese.", + "links": [ + { + "name": "@66nylon_y", + "url": "https://twitter.com/66nylon_y" + }, + { + "name": "@roku-yosh", + "url": "https://github.com/roku-yosh" + } + ] + }, { "id": 11, "name": "Shota Ebara", diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index e2fa0e3..7bfb119 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -186,6 +186,17 @@ } } }, + "Roku is an iOS Developer. She joined try! Swift in 2019 as a volunteer staff member, and became an organizer in 2020.\nShe loves Swift community and occasionally organizes study sessions and development camps.\nShe is interested in beer, whiskey, and unique design clothes. In addition to creating apps, She also enjoy making accessories.\nHer lucky number is 6️⃣, which is called \"Roku\" in Japanese." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "iOS Developerとして働いています。try! Swiftは2019年に当日スタッフとして参加したのがきっかけで、2020年からOrganizerとしてjoinしました。\nSwiftコミュニティが好きで、たまに勉強会や開発合宿を企画することも。\nビール・ウイスキーや珍しいデザインの服に興味があり、アプリ作りのほか、アクセサリー作りも趣味。\nラッキナンバーは6️⃣。" + } + } + } + }, "Shota works as an iOS developer at Cybozu. His first programming language is Swift, and he loves Swift." : { "extractionState" : "manual", "localizations" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Roku.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Roku.imageset/Contents.json new file mode 100644 index 0000000..20ff27f --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Roku.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "Roku.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Roku.imageset/Roku.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Roku.imageset/Roku.png new file mode 100644 index 0000000..4496b19 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Roku.imageset/Roku.png differ