Skip to content

Commit c847356

Browse files
nullvariantclaude
andcommitted
docs: update i18n README sample profiles and normalize property order
- Update sample profile names/emails to gender-neutral names in 13 languages (ain, haw, hu, ko, ru, ryu, tlh, tok, uk, zh-CN, zh-TW, x-pirate, x-shakespeare) - Normalize JSON property order in all 26 language READMEs to match SSOT: id → name → email → service → icon → description → sshKeyPath → sshHost → gpgKeyId - Regenerate root README.md from en/README.md - zh-TW: structural changes (identity → profile terminology) 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Model-Raw: claude-opus-4-5-20251101
1 parent 56a74c1 commit c847356

28 files changed

Lines changed: 811 additions & 846 deletions

File tree

extensions/git-id-switcher/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,41 +160,41 @@ Host bitbucket.org
160160
"gitIdSwitcher.identities": [
161161
{
162162
"id": "personal",
163-
"icon": "🏠",
164163
"name": "Alex Smith",
165-
"service": "GitHub",
166164
"email": "alex@personal.example.com",
165+
"service": "GitHub",
166+
"icon": "🏠",
167167
"description": "Personal projects",
168168
"sshKeyPath": "~/.ssh/id_ed25519_personal",
169169
"gpgKeyId": "PERSONAL1"
170170
},
171171
{
172172
"id": "work",
173-
"icon": "💼",
174173
"name": "Alex Smith",
175-
"service": "GitHub Work",
176174
"email": "alex.smith@company.example.com",
175+
"service": "GitHub Work",
176+
"icon": "💼",
177177
"description": "Work development",
178178
"sshKeyPath": "~/.ssh/id_ed25519_work",
179179
"sshHost": "github-work",
180180
"gpgKeyId": "WORK1234"
181181
},
182182
{
183183
"id": "bitbucket",
184-
"icon": "🪣",
185184
"name": "Alex Smith",
186-
"service": "Bitbucket",
187185
"email": "alex@bitbucket.example.com",
186+
"service": "Bitbucket",
187+
"icon": "🪣",
188188
"description": "Bitbucket projects",
189189
"sshKeyPath": "~/.ssh/id_ed25519_bitbucket",
190190
"sshHost": "bitbucket.org"
191191
},
192192
{
193193
"id": "freelance",
194-
"icon": "🎯",
195194
"name": "Alex Smith",
196-
"service": "GitLab",
197195
"email": "alex@freelance.example.com",
196+
"service": "GitLab",
197+
"icon": "🎯",
198198
"description": "Freelance projects"
199199
}
200200
],

extensions/git-id-switcher/docs/i18n/ain/README.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ SSH キー エキ (アン ヤㇰカ エレㇷ゚):
9191

9292
```bash
9393
# ウタㇻ (Personal / 個人用)
94-
ssh-keygen -t ed25519 -C "kamuy@personal.example.com" -f ~/.ssh/id_ed25519_personal
94+
ssh-keygen -t ed25519 -C "sisam@personal.example.com" -f ~/.ssh/id_ed25519_personal
9595

9696
# モノレ (Work / 仕事用)
97-
ssh-keygen -t ed25519 -C "kamuy@company.example.com" -f ~/.ssh/id_ed25519_work
97+
ssh-keygen -t ed25519 -C "sisam@company.example.com" -f ~/.ssh/id_ed25519_work
9898
```
9999

100100
シネㇷ゚ シネㇷ゚ **公開鍵** (`.pub` ファイル) GitHub アカウント オロワ。
@@ -130,19 +130,19 @@ Extension 設定 (`Cmd+,` / `Ctrl+,`) → "Git ID Switcher" エヌカㇻ → "se
130130
"gitIdSwitcher.identities": [
131131
{
132132
"id": "personal",
133-
"icon": "🏠",
134-
"name": "カムイ レㇻ",
133+
"name": "シサㇺ",
134+
"email": "sisam@personal.example.com",
135135
"service": "GitHub",
136-
"email": "kamuy@personal.example.com",
136+
"icon": "🏠",
137137
"description": "ウタㇻ プロジェクト",
138138
"sshKeyPath": "~/.ssh/id_ed25519_personal"
139139
},
140140
{
141141
"id": "work",
142-
"icon": "💼",
143-
"name": "カムイ レㇻ",
142+
"name": "シサㇺ",
143+
"email": "sisam@company.example.com",
144144
"service": "GitHub モノレ",
145-
"email": "kamuy@company.example.com",
145+
"icon": "💼",
146146
"description": "モノレ",
147147
"sshKeyPath": "~/.ssh/id_ed25519_work",
148148
"sshHost": "github-work"
@@ -171,7 +171,7 @@ Repository クローン、ID オロワ Host エキ:
171171
git clone git@github-work:company/repo.git
172172

173173
# ウタㇻ ID (github.com デフォルト)
174-
git clone git@github.com:kamuy/repo.git
174+
git clone git@github.com:sisam/repo.git
175175
```
176176

177177
---
@@ -191,7 +191,7 @@ gpg --list-secret-keys --keyid-format SHORT
191191
```text
192192
sec ed25519/ABCD1234 2024-01-01 [SC]
193193
...
194-
uid [ultimate] カムイ レㇻ <kamuy@personal.example.com>
194+
uid [ultimate] シサㇺ <sisam@personal.example.com>
195195
```
196196

197197
キー ID `ABCD1234`
@@ -203,10 +203,10 @@ uid [ultimate] カムイ レㇻ <kamuy@personal.example.com>
203203
"gitIdSwitcher.identities": [
204204
{
205205
"id": "personal",
206-
"icon": "🏠",
207-
"name": "カムイ レㇻ",
206+
"name": "シサㇺ",
207+
"email": "sisam@personal.example.com",
208208
"service": "GitHub",
209-
"email": "kamuy@personal.example.com",
209+
"icon": "🏠",
210210
"description": "ウタㇻ プロジェクト",
211211
"sshKeyPath": "~/.ssh/id_ed25519_personal",
212212
"gpgKeyId": "ABCD1234"
@@ -258,41 +258,41 @@ Host bitbucket.org
258258
"gitIdSwitcher.identities": [
259259
{
260260
"id": "personal",
261-
"icon": "🏠",
262-
"name": "カムイ レㇻ",
261+
"name": "シサㇺ",
262+
"email": "sisam@personal.example.com",
263263
"service": "GitHub",
264-
"email": "kamuy@personal.example.com",
264+
"icon": "🏠",
265265
"description": "ウタㇻ プロジェクト",
266266
"sshKeyPath": "~/.ssh/id_ed25519_personal",
267267
"gpgKeyId": "PERSON12"
268268
},
269269
{
270270
"id": "work",
271-
"icon": "💼",
272-
"name": "カムイ レㇻ",
271+
"name": "シサㇺ",
272+
"email": "sisam@company.example.com",
273273
"service": "GitHub モノレ",
274-
"email": "kamuy@company.example.com",
274+
"icon": "💼",
275275
"description": "モノレ アカウント",
276276
"sshKeyPath": "~/.ssh/id_ed25519_work",
277277
"sshHost": "github-work",
278278
"gpgKeyId": "WORK1234"
279279
},
280280
{
281281
"id": "bitbucket",
282-
"icon": "🪣",
283-
"name": "カムイ レㇻ",
282+
"name": "シサㇺ",
283+
"email": "sisam@bitbucket.example.com",
284284
"service": "Bitbucket",
285-
"email": "kamuy@bitbucket.example.com",
285+
"icon": "🪣",
286286
"description": "Bitbucket プロジェクト",
287287
"sshKeyPath": "~/.ssh/id_ed25519_bitbucket",
288288
"sshHost": "bitbucket.org"
289289
},
290290
{
291291
"id": "sirokan",
292-
"icon": "🎯",
293-
"name": "カムイ レㇻ",
292+
"name": "シサㇺ",
293+
"email": "sisam@freelance.example.com",
294294
"service": "GitLab",
295-
"email": "kamuy@freelance.example.com",
295+
"icon": "🎯",
296296
"description": "シㇿカン プロジェクト"
297297
}
298298
],
@@ -355,12 +355,12 @@ Host bitbucket.org
355355
| `false` (デフォルト) | `icon` エディタ UI ワノ。`name` ワノ Git config オロワ |
356356
| `true` | `icon + name` Git config オロワ。絵文字 commit 履歴 オロワ |
357357

358-
例: `icon: "👤"`, `name: "カムイ レㇻ"`
358+
例: `icon: "👤"`, `name: "シサㇺ"`
359359

360-
| includeIconInGitConfig | Git config `user.name` | Commit サイン |
361-
| ---------------------- | ---------------------- | ------------------------ |
362-
| `false` | `カムイ レㇻ` | `カムイ レㇻ <email>` |
363-
| `true` | `👤 カムイ レㇻ` | `👤 カムイ レㇻ <email>` |
360+
| includeIconInGitConfig | Git config `user.name` | Commit サイン |
361+
| ---------------------- | ---------------------- | ------------------- |
362+
| `false` | `シサㇺ` | `シサㇺ <email>` |
363+
| `true` | `👤 シサㇺ` | `👤 シサㇺ <email>` |
364364

365365
### ウタㇻ: 基本設定 (SSH ソモ)
366366

@@ -371,16 +371,16 @@ SSH キー ウコイタㇰ ソモ (例、GitHub アカウント エネアン com
371371
"gitIdSwitcher.identities": [
372372
{
373373
"id": "personal",
374+
"name": "シサㇺ",
375+
"email": "sisam@personal.example.com",
374376
"icon": "🏠",
375-
"name": "カムイ レㇻ",
376-
"email": "kamuy@personal.example.com",
377377
"description": "ウタㇻ プロジェクト"
378378
},
379379
{
380380
"id": "work",
381+
"name": "シサㇺ",
382+
"email": "sisam@company.example.com",
381383
"icon": "💼",
382-
"name": "カムイ レㇻ",
383-
"email": "kamuy@company.example.com",
384384
"description": "モノレ"
385385
}
386386
]
@@ -520,10 +520,10 @@ Git submodule アン repository、ID ウコイタㇰ ピㇼカノ ソモ キ。S
520520

521521
```jsonc
522522
// ウェン
523-
"name": "カムイ レㇻ (ウタㇻ)"
523+
"name": "シサㇺ (ウタㇻ)"
524524

525525
// ピㇼカ
526-
"name": "カムイ レㇻ",
526+
"name": "シサㇺ",
527527
"service": "GitHub"
528528
```
529529

extensions/git-id-switcher/docs/i18n/bg/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ Host github-work
110110
"gitIdSwitcher.identities": [
111111
{
112112
"id": "personal",
113-
"icon": "🏠",
114113
"name": "Саша Иванов",
115-
"service": "GitHub",
116114
"email": "sasha.ivanov@personal.example.com",
115+
"service": "GitHub",
116+
"icon": "🏠",
117117
"description": "Лични проекти",
118118
"sshKeyPath": "~/.ssh/id_ed25519_personal"
119119
},
120120
{
121121
"id": "work",
122-
"icon": "💼",
123122
"name": "Саша Иванов",
124-
"service": "GitHub Служебен",
125123
"email": "sasha.ivanov@company.example.com",
124+
"service": "GitHub Служебен",
125+
"icon": "💼",
126126
"description": "Служебен акаунт",
127127
"sshKeyPath": "~/.ssh/id_ed25519_work",
128128
"sshHost": "github-work"
@@ -183,10 +183,10 @@ ID на ключа е `ABCD1234`.
183183
"gitIdSwitcher.identities": [
184184
{
185185
"id": "personal",
186-
"icon": "🏠",
187186
"name": "Саша Иванов",
188-
"service": "GitHub",
189187
"email": "sasha.ivanov@personal.example.com",
188+
"service": "GitHub",
189+
"icon": "🏠",
190190
"description": "Лични проекти",
191191
"sshKeyPath": "~/.ssh/id_ed25519_personal",
192192
"gpgKeyId": "ABCD1234"
@@ -238,41 +238,41 @@ Host bitbucket.org
238238
"gitIdSwitcher.identities": [
239239
{
240240
"id": "personal",
241-
"icon": "🏠",
242241
"name": "Саша Иванов",
243-
"service": "GitHub",
244242
"email": "sasha.ivanov@personal.example.com",
243+
"service": "GitHub",
244+
"icon": "🏠",
245245
"description": "Лични проекти",
246246
"sshKeyPath": "~/.ssh/id_ed25519_personal",
247247
"gpgKeyId": "PERSONAL1"
248248
},
249249
{
250250
"id": "work",
251-
"icon": "💼",
252251
"name": "Саша Иванов",
253-
"service": "GitHub Служебен",
254252
"email": "sasha.ivanov@company.example.com",
253+
"service": "GitHub Служебен",
254+
"icon": "💼",
255255
"description": "Служебен акаунт",
256256
"sshKeyPath": "~/.ssh/id_ed25519_work",
257257
"sshHost": "github-work",
258258
"gpgKeyId": "WORK1234"
259259
},
260260
{
261261
"id": "bitbucket",
262-
"icon": "🪣",
263262
"name": "Саша Иванов",
264-
"service": "Bitbucket",
265263
"email": "sasha.ivanov@bitbucket.example.com",
264+
"service": "Bitbucket",
265+
"icon": "🪣",
266266
"description": "Bitbucket проекти",
267267
"sshKeyPath": "~/.ssh/id_ed25519_bitbucket",
268268
"sshHost": "bitbucket.org"
269269
},
270270
{
271271
"id": "freelance",
272-
"icon": "🎯",
273272
"name": "Саша Иванов",
274-
"service": "GitLab",
275273
"email": "sasha.ivanov@freelance.example.com",
274+
"service": "GitLab",
275+
"icon": "🎯",
276276
"description": "Свободни проекти"
277277
}
278278
],
@@ -351,16 +351,16 @@ Host bitbucket.org
351351
"gitIdSwitcher.identities": [
352352
{
353353
"id": "personal",
354-
"icon": "🏠",
355354
"name": "Саша Иванов",
356355
"email": "sasha.ivanov@personal.example.com",
356+
"icon": "🏠",
357357
"description": "Лични проекти"
358358
},
359359
{
360360
"id": "work",
361-
"icon": "💼",
362361
"name": "Саша Иванов",
363362
"email": "sasha.ivanov@company.example.com",
363+
"icon": "💼",
364364
"description": "Служебен акаунт"
365365
}
366366
]

0 commit comments

Comments
 (0)