Skip to content

Commit

Permalink
Add kazu42 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-42 committed Mar 15, 2024
1 parent ac93577 commit 20c2d09
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 @@ -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"
}
]
}
]
11 changes: 11 additions & 0 deletions MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "kazu42icon.jpg",
"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 20c2d09

Please sign in to comment.