summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-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": "사용 가능한 메뉴가 없습니다."
}