diff options
author | [email protected] <[email protected]> | 2020-10-02 19:29:47 +0200 |
---|---|---|
committer | [email protected] <[email protected]> | 2020-10-02 19:29:47 +0200 |
commit | 7c5fe424cda907c433f394e6b5df2e8f22b517fc (patch) | |
tree | df8cb6d278bb8296c2ca484a2bf4fc586dc7855e | |
parent | 30c2cad4bd2d15df3cfb3eeb0caa7c8459ecda0f (diff) | |
download | SponsorBlock-7c5fe424cda907c433f394e6b5df2e8f22b517fc.tar.gz SponsorBlock-7c5fe424cda907c433f394e6b5df2e8f22b517fc.zip |
chore(i18n): add skip_category to locale pl
-rw-r--r-- | public/_locales/pl/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/_locales/pl/messages.json b/public/_locales/pl/messages.json index b91bfcc0..95b2c86c 100644 --- a/public/_locales/pl/messages.json +++ b/public/_locales/pl/messages.json @@ -259,6 +259,9 @@ "skip": { "message": "Pomiń" }, + "skip_category": { + "message": "Pomiń {0}?" + }, "skipped": { "message": "Pominięto" }, |