diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index abfec58..f8b9740 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -204,8 +204,23 @@ { "name": "@TimOliver", "url": "https://github.com/TimOliver" - } ] + }, + { + "id": 14, + "name": "Hideyuki Nanashima", + "image_name": "jollyjoester", + "bio": "Hideyuki is a Swift lover and focusing to enjoy learning and playing with Swift more. He organizes Swift Fun Club which is the group where Swift lovers gather in Japan. He is also the most famous Kanpai-er(person who make a toast). He is expanding the circle of Swift lovers with Kanpai🍻", + "links": [ + { + "name": "@jollyjoester", + "url": "https://x.com/jollyjoester" + }, + { + "name": "@jollyjoester", + "url": "https://github.com/jollyjoester" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 9dc777a..bda44f1 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -85,6 +85,28 @@ } } }, + "Hideyuki is a Swift lover and focusing to enjoy learning and playing with Swift more. He organizes Swift Fun Club which is the group where Swift lovers gather in Japan. He is also the most famous Kanpai-er(person who make a toast). He is expanding the circle of Swift lovers with Kanpai🍻" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swift愛好会会長です。みんなでもっとSwiftを楽しめるようなネタを探してます。かんぱいやー(勉強会で乾杯をする人)としても知られていて、乾杯の力でSwift好きの輪を広めています🍻" + } + } + } + }, + "Hideyuki Nanashima" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "七島 偉之" + } + } + } + }, "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/jollyjoester.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/jollyjoester.imageset/Contents.json new file mode 100644 index 0000000..9ad0f3f --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/jollyjoester.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "jollyjoester.jpg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/jollyjoester.imageset/jollyjoester.jpg b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/jollyjoester.imageset/jollyjoester.jpg new file mode 100644 index 0000000..9fe49ac Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/jollyjoester.imageset/jollyjoester.jpg differ