diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index bf33519..cfabc00 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -94,5 +94,21 @@ "url": "https://github.com/saku" } ] + }, + { + "id": 11, + "name": "Shota Ebara", + "image_name": "elmetal", + "bio": "Shota works as an iOS developer at Cybozu. His first programming language is Swift, and he loves Swift.", + "links": [ + { + "name": "@el_metal_", + "url": "https://twitter.com/el_metal_" + }, + { + "name": "@elmetal", + "url": "https://github.com/elmetal" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 6575960..55782c4 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -164,6 +164,17 @@ } } }, + "Shota works as an iOS developer at Cybozu. His first programming language is Swift, and he loves Swift." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サイボウズでiOS Developerとして働いています。初めてのプログラミング言語はSwiftで、Swiftが大好きです。" + } + } + } + }, "try! Swift" : { "localizations" : { "ja" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/elmetal.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/elmetal.imageset/Contents.json new file mode 100644 index 0000000..0e05128 --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/elmetal.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "elmetal.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/elmetal.imageset/elmetal.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/elmetal.imageset/elmetal.png new file mode 100644 index 0000000..d9b48d6 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/elmetal.imageset/elmetal.png differ