1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 18:08:11 +09:00

feat: sectioned cards

This commit is contained in:
2022-06-04 18:25:58 +09:00
parent 218ee2889b
commit c05ee42473
15 changed files with 124 additions and 63 deletions

View File

@@ -30,7 +30,7 @@
"netlify": "Netlify",
"now": "Vercel",
"npm": "npm",
"nta": "法人",
"nta": "法人 (日本)",
"ocaml": "OCaml",
"pypi": "PyPI",
"rubygems": "RubyGems",
@@ -51,5 +51,12 @@
"low": "普通",
"moderate": "そこそこユニーク"
},
"join-us": "<1>プルリクエスト</1>を送ってコントリビューターになりましょう!"
"join-us": "<1>プルリクエスト</1>を送ってコントリビューターになりましょう!",
"section": {
"starter": "基本",
"social": "SNS",
"package": "パッケージ",
"web": "Web",
"app": "アプリとエクステンション"
}
}