diff options
author | [email protected] <[email protected]> | 2020-10-02 19:28:58 +0200 |
---|---|---|
committer | [email protected] <[email protected]> | 2020-10-02 19:28:58 +0200 |
commit | e87bf736f10ec66f2fd4b6a018875facd062ee6a (patch) | |
tree | 99e3f6a91b5c980aea98fa17ab94d801e765cb69 | |
parent | 5dbaaaed96483a5c048838d116510a3f88f25e60 (diff) | |
download | SponsorBlock-e87bf736f10ec66f2fd4b6a018875facd062ee6a.tar.gz SponsorBlock-e87bf736f10ec66f2fd4b6a018875facd062ee6a.zip |
chore(i18n): add skip_category to locale el
-rw-r--r-- | public/_locales/el/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/_locales/el/messages.json b/public/_locales/el/messages.json index 52fc1e69..92e650ba 100644 --- a/public/_locales/el/messages.json +++ b/public/_locales/el/messages.json @@ -67,6 +67,9 @@ "skip": { "message": "Παράκαμψη" }, + "skip_category": { + "message": "Παράκαμψη {0}?" + }, "skipped": { "message": "Παραλείφθηκε" }, |