diff options
author | [email protected] <[email protected]> | 2020-10-02 19:29:37 +0200 |
---|---|---|
committer | [email protected] <[email protected]> | 2020-10-02 19:29:37 +0200 |
commit | 65d9ff857d5adbb0cb00bd257617e942277300fe (patch) | |
tree | ab96f92377e790ff3cf24ee30fa7991bb6f0aa76 | |
parent | 39fd98e19ad586f4bfbacc97748cf74ba3e1abee (diff) | |
download | SponsorBlock-65d9ff857d5adbb0cb00bd257617e942277300fe.tar.gz SponsorBlock-65d9ff857d5adbb0cb00bd257617e942277300fe.zip |
chore(i18n): add skip_category to locale ko
-rw-r--r-- | public/_locales/ko/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/_locales/ko/messages.json b/public/_locales/ko/messages.json index 3149465f..2777cc29 100644 --- a/public/_locales/ko/messages.json +++ b/public/_locales/ko/messages.json @@ -195,6 +195,9 @@ "skip": { "message": "스킵" }, + "skip_category": { + "message": "스킵 {0}?" + }, "skipped": { "message": "스킵됨" }, |