diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index 1cc0861..c14b243 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -46,5 +46,21 @@ "url": "https://github.com/yutailang0119" } ] + }, + { + "id": 5, + "name": "Naoki Muramoto", + "image_name": "Naoki", + "bio": "Naoki is a 3rd year software engineer working in Tokyo who loves Swift.\nHe loves beer and often drinks it when he's not working.", + "links": [ + { + "name": "@naoki_mrmt", + "url": "https://x.com/naoki_mrmt" + }, + { + "name": "@naoki-mrmt", + "url": "https://github.com/naoki-mrmt" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index bdad762..82d970d 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -84,6 +84,17 @@ } } }, + "Naoki is a 3rd year software engineer working in Tokyo who loves Swift.\nHe loves beer and often drinks it when he's not working." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swiftが好きな東京で働いている3年目のソフトウェアエンジニアです。\nビールが大好きで、仕事以外でもよく飲んでいます。" + } + } + } + }, "Natasha is an iOS developer by day and a robot by night. She organizes the try! Swift Conference around the world (including this one!). She's currently living the digital nomad life as her alter identity: @NatashaTheNomad." : { "extractionState" : "manual", "localizations" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Naoki.imageset/500x500.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Naoki.imageset/500x500.png new file mode 100644 index 0000000..7799f0e Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Naoki.imageset/500x500.png differ diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Naoki.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Naoki.imageset/Contents.json new file mode 100644 index 0000000..196043a --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/Naoki.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "500x500.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}