diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index 9def57a..1f65a50 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -143,6 +143,22 @@ } ] }, + { + "id": 10, + "name": "Shingo Tamaki", + "image_name": "tamaki", + "bio": "I'm an iOS Developer working at ROLLCAKE Inc, and I have a passion for automation technologies such as test automation and CI.", + "links": [ + { + "name": "@alligator_tama", + "url": "https://x.com/alligator_tama" + }, + { + "name": "@tamaki-shingo", + "url": "https://github.com/tamaki-shingo" + } + ] + }, { "id": 11, "name": "Shota Ebara", diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 7bfb119..0415989 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -85,6 +85,16 @@ } } }, + "I'm an iOS Developer working at ROLLCAKE Inc, and I have a passion for automation technologies such as test automation and CI." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ROLLCAKE株式会社で働くiOS Developer、テスト自動化やCIなどの自動化技術が好きです" + } + } + }, "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" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/tamaki.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/tamaki.imageset/Contents.json new file mode 100644 index 0000000..9ae7add --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/tamaki.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "tamaki.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/tamaki.imageset/tamaki.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/tamaki.imageset/tamaki.png new file mode 100644 index 0000000..a97b17b Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/tamaki.imageset/tamaki.png differ