diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index c14b243..3373d63 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -47,6 +47,22 @@ } ] }, + { + "id": 4, + "name": "Miharu Naruse", + "image_name": "miharun", + "bio": "Miharu is an iOS Developer. After graduating from the faculty of agriculture at university, she somehow started developing iOS apps.\nHer hobby is watching old movies. This year, she wants to learn English and go on a trip abroad!", + "links": [ + { + "name": "@miharun_dev", + "url": "https://twitter.com/miharun_dev" + }, + { + "name": "@mnaruse", + "url": "https://github.com/mnaruse" + } + ] + }, { "id": 5, "name": "Naoki Muramoto", diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index 82d970d..4f5e8f2 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -84,6 +84,28 @@ } } }, + "Miharu is an iOS Developer. After graduating from the faculty of agriculture at university, she somehow started developing iOS apps.\nHer hobby is watching old movies. This year, she wants to learn English and go on a trip abroad!" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "iOS Developerです。なぜか畑違いの農学部出身です。\n趣味は古い映画を観ることです。今年は英語を学んだり、海外旅行をしたいです。" + } + } + } + }, + "Miharu Naruse" : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "成瀬 未春" + } + } + } + }, "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" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/miharun.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/miharun.imageset/Contents.json new file mode 100644 index 0000000..59d24e2 --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/miharun.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "miharun.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/miharun.imageset/miharun.pdf b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/miharun.imageset/miharun.pdf new file mode 100644 index 0000000..c921ca7 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/miharun.imageset/miharun.pdf differ