diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-11-08 21:07:03 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-11-08 21:07:03 +1100 |
commit | 4bf5f20ad476d2f79ec5a23a9477f8719cc0b49a (patch) | |
tree | 240d2c525a2f3ac84d66b38661a5edc45621acbf /_locales | |
parent | Merge branch 'master' of github.com:SimonBrazell/privacy-redirect (diff) | |
download | libredirect-4bf5f20ad476d2f79ec5a23a9477f8719cc0b49a.zip |
Closes #111 - Adds ability to customise random instance pools
Diffstat (limited to '_locales')
-rw-r--r-- | _locales/en/messages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 096deaa0..3748db3b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -110,5 +110,17 @@ "useFreeTube": { "message": "Use FreeTube over Invidious when possible", "description": "Label for 'Use FreeTube over Invidious when possible' option (options)." + }, + "nitterRandomPool": { + "message": "Nitter random instance pool (comma-separated)", + "description": "Label for 'Nitter random instance pool (comma-separated)' option (options)." + }, + "invidiousRandomPool": { + "message": "Invidious random instance pool (comma-separated)", + "description": "Label for 'Invidious random instance pool (comma-separated)' option (options)." + }, + "bibliogramRandomPool": { + "message": "Bibliogram random instance pool (comma-separated)", + "description": "Label for 'Bibliogram random instance pool (comma-separated)' option (options)." } } |