Skip to content

Commit bd5507b

Browse files
Copilotscarroll32
andauthored
Complete Korean translation for boolean and null predicates (#1588)
* Initial plan * Complete Korean translation for boolean and null predicates Co-authored-by: scarroll32 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: scarroll32 <[email protected]>
1 parent 90a602a commit bd5507b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/ransack/locale/ko.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ ko:
6262
not_end: "끝나지 않음"
6363
not_end_any: "어떤 것이든 끝나지 않음"
6464
not_end_all: "모두 끝나지 않음"
65-
'true': "is true"
66-
'false': "is false"
67-
present: "is present"
68-
blank: "is blank"
69-
'null': "is null"
70-
not_null: "is not null"
65+
'true': ""
66+
'false': "거짓"
67+
present: "존재함"
68+
blank: "비어있음"
69+
'null': ""
70+
not_null: "널이 아님"

0 commit comments

Comments
 (0)