diff options
author | [email protected] <[email protected]> | 2020-10-02 19:30:29 +0200 |
---|---|---|
committer | [email protected] <[email protected]> | 2020-10-02 19:30:29 +0200 |
commit | ebb3a82edcea6cd7728e004fc930780c39e2cde5 (patch) | |
tree | 88bf42325b611c89c213a84802845a850f6defd4 /public/_locales/pt_BR | |
parent | bb7ab21503ad8dbdf3035f4220b90f7ba9c81954 (diff) | |
download | SponsorBlock-ebb3a82edcea6cd7728e004fc930780c39e2cde5.tar.gz SponsorBlock-ebb3a82edcea6cd7728e004fc930780c39e2cde5.zip |
chore(i18n): add skip_category to locale pt_BR
Diffstat (limited to 'public/_locales/pt_BR')
-rw-r--r-- | public/_locales/pt_BR/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/_locales/pt_BR/messages.json b/public/_locales/pt_BR/messages.json index c0b0b3e7..1ef73be0 100644 --- a/public/_locales/pt_BR/messages.json +++ b/public/_locales/pt_BR/messages.json @@ -200,6 +200,9 @@ "skip": { "message": "Pular" }, + "skip_category": { + "message": "Pular {0}?" + }, "skipped": { "message": "Pulado" }, |