Skip to content

Commit

Permalink
Add elmetal (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmetal committed Mar 13, 2024
1 parent 50664ff commit 8023419
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MyLibrary/Sources/DataClient/Resources/organizers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
11 changes: 11 additions & 0 deletions MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "elmetal.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8023419

Please sign in to comment.