aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/sub.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-10-26 13:16:15 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-26 13:16:15 +0200
commitf6e10579f2e78dc6403141351e41e2db9a2b6e97 (patch)
tree0dd0421974262942e76c3bf4ce404a31aa2d7f2a /app/i18n/kr/sub.php
parent3c49986ec895595edc632da0f14419199ce47667 (diff)
Add category order (#2592)
* Add category order Each category has a new 'priority' attribute. It is used to sort categories in views. Categories with the same priority are sorted alphabetically. Categories with no priority are displayed after those with one. For example, if we have the following categories: - A (priority: 2) - B (no priority) - C (priority: 1) - D (priority: 2) - E (no priority) - F (priority: 1) They will be displayed in the following order: - C - F - A - D - B - E See #190 * Shorten help text It took too much room and will not be so necessary once we have drag & drop
Diffstat (limited to 'app/i18n/kr/sub.php')
-rw-r--r--app/i18n/kr/sub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php
index 2586395f2..eba732e22 100644
--- a/app/i18n/kr/sub.php
+++ b/app/i18n/kr/sub.php
@@ -17,6 +17,8 @@ return array(
'empty' => '빈 카테고리',
'information' => '정보',
'new' => '새 카테고리',
+ 'position' => 'Display position', //TODO - Translation
+ 'position_help' => 'To control category sort order', //TODO - Translation
'title' => '제목',
),
'feed' => array(