@@ -58,13 +58,12 @@ module.exports = {
5858
5959 // Side
6060 ".hero-side h2" : "Recent Updates" ,
61- ".home-latest-title:contains('Latest Blog')" :
62- "Latest Blog" ,
63- ".home-latest-title:contains('Latest Portfolio')" :
64- "Latest Portfolio" ,
61+ ".home-latest-title:contains('ブログ')" : "Blog" ,
62+ ".home-latest-title:contains('プロダクト')" :
63+ "Product" ,
6564
6665 // Profile (#about)
67- "#about .section__title" : "About / Profile" ,
66+ "#about .section__title" : "Profile" ,
6867
6968 // Card: Experience
7069 ".card__title:contains('経験')" : "Experience" ,
@@ -82,7 +81,8 @@ module.exports = {
8281 ".card__title:contains('Tech Stack')" : "Tech Stack" ,
8382
8483 // Card: Focus
85- ".card__title:contains('Focus')" : "Focus / Expertise" ,
84+ ".card__title:contains('得意領域')" :
85+ "Focus / Expertise" ,
8686 ".profile-label:contains('ゲームクライアント')" :
8787 "Game Client" ,
8888 ".profile-value:contains('ゲームロジック')" :
@@ -105,10 +105,10 @@ module.exports = {
105105 ".card--link:has(h3:contains('Blog')) .card__more" :
106106 "Go to Blog List →" ,
107107
108- ".card--link:has(h3:contains('Portfolio ')) p" :
108+ ".card--link:has(h3:contains('Product ')) p" :
109109 "Introduction of created games and tools." ,
110- ".card--link:has(h3:contains('Portfolio ')) .card__more" :
111- "Go to Portfolio List →" ,
110+ ".card--link:has(h3:contains('Product ')) .card__more" :
111+ "Go to Product List →" ,
112112
113113 ".card--link:has(h3:contains('Contact')) p" :
114114 "Business inquiries, etc." ,
@@ -120,8 +120,7 @@ module.exports = {
120120 "Recommended Articles" ,
121121
122122 // Features
123- ".section--feature .section__title" :
124- "Features / Future Plans" ,
123+ ".section--feature .section__title" : "Future Plans" ,
125124
126125 "article h3:contains('Contactページの開発')" :
127126 "Contact Page Dev" ,
0 commit comments