diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index 726721e..5070332 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -111,6 +111,22 @@ } ] }, + { + "id": 8, + "name": "Akio Itaya", + "image_name": "akkey", + "bio": "I am the CEO of AkkeyLab, Inc., where we run a programming school. My main role at AkkeyLab is to promote the benefits of Swift. Lately, I've been enjoying playing tennis and futsal with my colleagues from the company.", + "links": [ + { + "name": "@AkkeyLab", + "url": "https://x.com/AkkeyLab" + }, + { + "name": "@AkkeyLab", + "url": "https://github.com/AkkeyLab" + } + ] + }, { "id": 11, "name": "Shota Ebara", diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 28b53dc..e2fa0e3 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -11,6 +11,17 @@ } } }, + "Akio Itaya" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "板谷 晃良" + } + } + } + }, "Code of Conduct" : { "localizations" : { "ja" : { @@ -74,6 +85,17 @@ } } }, + "I am the CEO of AkkeyLab, Inc., where we run a programming school. My main role at AkkeyLab is to promote the benefits of Swift. Lately, I've been enjoying playing tennis and futsal with my colleagues from the company." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プログラミングスクールを運営する AkkeyLab株式会社 の CEO を務めており、Swift の魅力を伝える仕事をしています。最近はテニスやフットサルを会社の仲間と楽しんでいます。" + } + } + } + }, "Meet Organizers" : { "localizations" : { "ja" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/akkey.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/akkey.imageset/Contents.json new file mode 100644 index 0000000..f7a0eb2 --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/akkey.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "akkey.jpg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/akkey.imageset/akkey.jpg b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/akkey.imageset/akkey.jpg new file mode 100644 index 0000000..c53cd9c Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/akkey.imageset/akkey.jpg differ