docs(FR-2539): update copy button location in my_environments documentation#6577
Conversation
nowgnuesLee
left a comment
There was a problem hiding this comment.
Review: PR #6577 — docs: update copy button location in my_environments documentation
Summary
This PR updates the copy button location description across all 4 languages (en/ja/ko/th) to reflect the UI change from a control column button to an inline copy icon on the image name cell. The PR also fixes previously untranslated English text in the JA and TH intro paragraphs, which is a welcome improvement.
Findings
[All files: en/ja/ko/th my_environments.md]
i18n Completeness — Should Fix: The column name "Full Image Path" is used as-is (English, Title Case) across all 4 languages. Per the Documentation Style Guide and Translation Guide, UI labels in documentation should match the actual i18n translations from resources/i18n/{lang}.json. The actual labels are:
| Language | Docs (current) | i18n file (FullImagePath key) |
|---|---|---|
| EN | Full Image Path | Full image path |
| JA | Full Image Path | ベースイメージ名 |
| KO | Full Image Path | 전체 이미지 경로 |
| TH | Full Image Path | เส้นทางภาพเต็ม |
For EN, it is minor (capitalization only). For JA/KO/TH, the column name should be localized to match what users actually see in the UI. Could you please update?
[File: ja/my_environments/my_environments.md]
Correctness — Nice to Have: The JA i18n label ベースイメージ名 translates to "Base image name", which is semantically different from "Full image path". This may indicate the JA i18n file itself has an incorrect translation for this key, or the column was renamed at some point. It would be good to verify whether the JA UI actually shows ベースイメージ名 or Full image path for this column, and align accordingly.
Recommendation
Approve with suggestions — The content changes are accurate and match the current UI screenshot. The translation of previously untranslated JA/TH intro paragraphs is a good catch. The column name localization is the main suggestion to improve consistency with the actual UI.
d82f724 to
ce673af
Compare
cb80247 to
a2ccc83
Compare
ce41fa8 to
6660e5a
Compare
a2ccc83 to
6520e17
Compare
6520e17 to
934d9a9
Compare
6660e5a to
109e3cc
Compare
109e3cc to
cdeb258
Compare
934d9a9 to
a69110a
Compare
14026d1 to
945764f
Compare
df8f65e to
8310e72
Compare
945764f to
378e887
Compare
8310e72 to
5fe6509
Compare
378e887 to
3b20c1e
Compare
5fe6509 to
436894c
Compare
3b20c1e to
8528fd6
Compare
436894c to
f664fda
Compare
8528fd6 to
7be42e6
Compare
Merge activity
|
…tation (#6577) Resolves #6683 (FR-2539) ## Summary - Update My Environments documentation to reflect the current table columns (added Runtime, Created Date columns) - Document the search and filter functionality and the **Refresh** button - Fix the copy button location description (moved from end of row to image name cell) - Apply reviewer fixes ## Changes - `my_environments/my_environments.md` (en/ko/ja/th): current table columns, search/filter, refresh button, corrected copy button location ## Test plan - [ ] Verify table column list matches the current My Environments page - [ ] Verify copy button location description is accurate 🤖 Generated with [Claude Code](https://claude.com/claude-code)
7be42e6 to
db98be4
Compare

Resolves #6683 (FR-2539)
Summary
Changes
my_environments/my_environments.md(en/ko/ja/th): current table columns, search/filter, refresh button, corrected copy button locationTest plan
🤖 Generated with Claude Code