summaryrefslogtreecommitdiff
path: root/i18n/locales
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-02 20:04:17 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-02 20:04:17 +0900
commit7bdddbacf8610140c0c9db7ccb09d546203ce380 (patch)
treec59df43eac4c256d54dbea9491e1604535551230 /i18n/locales
parent87ab8fa7aa845e3aa56941d9eeaba03f36f4b3d3 (diff)
(김준회) 메뉴명과 화면 내 h태그 일치 시키기, i18n 적용
Diffstat (limited to 'i18n/locales')
-rw-r--r--i18n/locales/en/menu.json9
-rw-r--r--i18n/locales/ko/menu.json1
2 files changed, 6 insertions, 4 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json
index bb99f0ef..bee0a946 100644
--- a/i18n/locales/en/menu.json
+++ b/i18n/locales/en/menu.json
@@ -292,8 +292,9 @@
"settings": "Settings",
"logout": "Logout"
},
- "common": {
- "search": "Search",
- "no_available_menus": "No available menus."
- }
+ "common": {
+ "all": "All",
+ "search": "Search",
+ "no_available_menus": "No available menus."
+ }
} \ No newline at end of file
diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json
index d5c159e2..376bf811 100644
--- a/i18n/locales/ko/menu.json
+++ b/i18n/locales/ko/menu.json
@@ -292,6 +292,7 @@
"logout": "로그아웃"
},
"common": {
+ "all": "전체",
"search": "검색",
"no_available_menus": "사용 가능한 메뉴가 없습니다."
}