diff options
| author | 2020-05-15 17:31:21 +0200 | |
|---|---|---|
| committer | 2020-05-15 17:31:21 +0200 | |
| commit | 8487fa6248d1d5dac81640de9c55c1eab9f324b3 (patch) | |
| tree | f3209fdeb8341870bd4fe765e30a0a395a12c4ea /app/i18n/kr/conf.php | |
| parent | 62a42a20630c5dfb4a677a42bbc3dd6c7cd203d2 (diff) | |
Reformat i18n correctly (#2976)
* Ignore i18n gen.dir key
* Add a makefile target to update an i18n key
* Mark some i18n keys to ignore
* Reformat i18n files correctly
* Make i18n keys sort case-sensitive
Calling `make i18n-format` was always inverting 4 lines:
- gen.date.dec with gen.date.Dec
- and gen.date.nov with gen.date.Nov
I don't know why these particular lines and not the others, but it
appeared the sort function was case insensitive due to the
`SORT_FLAG_CASE` flag passed to the `ksort` function. Removing this flag
makes the calls to the formatter idempotent and more reliable.
Unfortunately it moves a lot of lines since the `_` character is
considered differently.
* Check i18n files are correctly formatted on Travis
Diffstat (limited to 'app/i18n/kr/conf.php')
| -rw-r--r-- | app/i18n/kr/conf.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 97cd5fc74..77b6ef078 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -2,6 +2,7 @@ return array( 'archiving' => array( + '_' => '보관', 'delete_after' => '다음 기간보다 오래된 글 삭제', 'exception' => 'Purge exception', // TODO - Translation 'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다', @@ -19,9 +20,9 @@ return array( 'purge_now' => '지금 삭제', 'title' => '보관', 'ttl' => '다음 시간이 지나기 전에 새로고침 금지', - '_' => '보관', ), 'display' => array( + '_' => '표시', 'icon' => array( 'bottom_line' => '하단', 'display_authors' => 'Authors', // TODO - Translation @@ -46,22 +47,22 @@ return array( 'no_limit' => '제한 없음', 'thin' => '얇음', ), - '_' => '표시', ), 'profile' => array( + '_' => '프로필 관리', 'api' => 'API management', // TODO - Translation 'delete' => array( - 'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.', '_' => '계정 삭제', + 'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.', ), 'email' => '메일 주소', 'password_api' => 'API 암호<br /><small>(예: 모바일 애플리케이션)</small>', 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>', 'password_format' => '7 글자 이상이어야 합니다', 'title' => '프로필', - '_' => '프로필 관리', ), 'query' => array( + '_' => '사용자 쿼리', 'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.', 'display' => '사용자 쿼리 결과 표시', 'filter' => '적용된 필터:', @@ -69,8 +70,8 @@ return array( 'get_category' => '"%s" 카테고리 표시', 'get_favorite' => '즐겨찾기에 등록된 글 표시', 'get_feed' => '"%s" 피드 표시', - 'none' => '아직 사용자 쿼리를 만들지 않았습니다.', 'no_filter' => '필터가 없습니다', + 'none' => '아직 사용자 쿼리를 만들지 않았습니다.', 'number' => '쿼리 #%d', 'order_asc' => '오래된 글 먼저 표시', 'order_desc' => '최근 글 먼저 표시', @@ -93,9 +94,9 @@ return array( 'state_14' => '읽지 않은 글 표시', 'state_15' => '모든 글 표시', 'title' => '사용자 쿼리', - '_' => '사용자 쿼리', ), 'reading' => array( + '_' => '읽기', 'after_onread' => '“모두 읽음으로 표시” 후,', 'always_show_favorites' => 'Show all articles in favorites by default', // TODO - Translation 'articles_per_page' => '페이지당 글 수', @@ -117,19 +118,19 @@ return array( 'when' => '읽음으로 표시…', ), 'show' => array( + '_' => '글 표시 방식', + 'active_category' => 'Active category', // TODO - Translation 'adaptive' => '읽지 않은 글이 없으면 모든 글 표시', 'all_articles' => '모든 글 표시', - 'unread' => '읽지 않은 글만 표시', - 'active_category' => 'Active category', // TODO - Translation 'all_categories' => 'All categories', // TODO - Translation 'no_category' => 'No category', // TODO - Translation - '_' => '글 표시 방식', + 'unread' => '읽지 않은 글만 표시', ), 'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기', 'sort' => array( + '_' => '정렬 순서', 'newer_first' => '최근 글 먼저', 'older_first' => '오래된 글 먼저', - '_' => '정렬 순서', ), 'sticky_post' => '글이 펼쳐진 경우 최상단에 고정하기', 'title' => '읽기', @@ -139,9 +140,9 @@ return array( 'normal' => '일반 모드', 'reader' => '읽기 모드', ), - '_' => '읽기', ), 'sharing' => array( + '_' => '공유', 'add' => '공유 방법 추가', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', @@ -156,9 +157,9 @@ return array( 'title' => '공유', 'twitter' => 'Twitter', 'wallabag' => 'wallabag', - '_' => '공유', ), 'shortcut' => array( + '_' => '단축키', 'article_action' => '글 관련 동작', 'auto_share' => '공유', 'auto_share_help' => '공유 옵션이 하나만 설정되어 있다면 해당 공유 옵션을 사용하고, 그렇지 않다면 공유 옵션을 번호로 선택할 수 있습니다.', @@ -183,14 +184,13 @@ return array( 'reading_view' => '읽기 모드로 전환', 'rss_view' => '새 탭에서 RSS 피드 열기', 'see_on_website' => '글이 게재된 웹사이트에서 보기', - 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> 를 누른 상태에선 모두 읽음으로 표시', // TODO - Translation + 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO - Translation 'skip_next_article' => '다음 글로 커서 이동', 'skip_previous_article' => '이전 글로 커서 이동', 'title' => '단축키', 'user_filter' => '사용자 필터 사용하기', 'user_filter_help' => '사용자 필터가 하나만 설정되어 있다면 해당 필터를 사용하고, 그렇지 않다면 필터를 번호로 선택할 수 있습니다.', 'views' => '표시', - '_' => '단축키', ), 'user' => array( 'articles_and_size' => '%s 개의 글 (%s)', |
