diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index 575d67a..1ffec50 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -234,5 +234,21 @@ "url": "https://github.com/shoco310" } ] + }, + { + "id": 16, + "name": "kazuhiro takami", + "image_name": "kazu42", + "bio": "kazu is a SWE at U-NEXT. He loves Computer Science. Especially low-layers", + "links": [ + { + "name": "@DevKazu42", + "url": "https://x.com/DevKazu42" + }, + { + "name": "@kazu-42", + "url": "https://github.com/kazu-42" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index e5cae78..a6ff415 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -129,6 +129,17 @@ } } }, + "kazu is a SWE at U-NEXT. He loves Computer Science. Especially low-layers" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "株式会社U-NEXTで働くSWE、低レイヤーが好きです。" + } + } + } + }, "Meet Organizers" : { "localizations" : { "ja" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/kazu42.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/kazu42.imageset/Contents.json new file mode 100644 index 0000000..65f67dc --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/kazu42.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "kazu42icon.jpg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/kazu42.imageset/kazu42icon.jpg b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/kazu42.imageset/kazu42icon.jpg new file mode 100644 index 0000000..cca2198 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/kazu42.imageset/kazu42icon.jpg differ