[fix] categories: rename stock_images category to stock images (#6760)

Category ``stock_images`` is referenced to as ``stock images`` everywhere else,
so SXNG didn't find any translation for ``stock_images``.
This commit is contained in:
Bnyro
2026-09-19 15:01:12 +02:00
committed by GitHub
parent c0014f015e
commit e831fc2a1c
10 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ about = {
base_url = "https://500px.com" base_url = "https://500px.com"
api_url = "https://api-neo.500px.com" api_url = "https://api-neo.500px.com"
categories = ["stock_images"] categories = ["stock images"]
paging = True paging = True
results_per_page = 30 results_per_page = 30

View File

@@ -18,7 +18,7 @@ about = {
"results": 'JSON', "results": 'JSON',
} }
categories = ["stock_images"] categories = ["stock images"]
page_size = 15 page_size = 15
paging = True paging = True

View File

@@ -31,7 +31,7 @@ about = {
base_url = "https://www.magnific.com" base_url = "https://www.magnific.com"
categories = ["stock_images"] categories = ["stock images"]
paging = True paging = True
free_images_only = True free_images_only = True

View File

@@ -26,7 +26,7 @@ about = {
} }
base_url = "https://www.pexels.com" base_url = "https://www.pexels.com"
categories = ["stock_images"] categories = ["stock images"]
api_key = "H2jk9uKnhRmL6WPwh89zBezWvr" api_key = "H2jk9uKnhRmL6WPwh89zBezWvr"
""" """

View File

@@ -26,7 +26,7 @@ about = {
base_url = "https://picjumbo.com" base_url = "https://picjumbo.com"
categories = ["stock_images"] categories = ["stock images"]
paging = True paging = True

View File

@@ -25,7 +25,7 @@ about = {
base_url = "https://www.shopify.com" base_url = "https://www.shopify.com"
categories = ["stock_images"] categories = ["stock images"]
paging = True paging = True

View File

@@ -25,7 +25,7 @@ about = {
base_url = "https://stocksnap.io" base_url = "https://stocksnap.io"
cdn_url = "https://cdn.stocksnap.io" cdn_url = "https://cdn.stocksnap.io"
categories = ["stock_images"] categories = ["stock images"]
paging = True paging = True

View File

@@ -18,7 +18,7 @@ about = {
base_url = 'https://unsplash.com/' base_url = 'https://unsplash.com/'
search_url = base_url + 'napi/search/photos?' search_url = base_url + 'napi/search/photos?'
categories = ["stock_images"] categories = ["stock images"]
page_size = 20 page_size = 20
paging = True paging = True

View File

@@ -17,7 +17,7 @@ about = {
} }
# engine dependent config # engine dependent config
categories = ["stock_images"] categories = ["stock images"]
paging = False paging = False
# search-url # search-url

View File

@@ -280,7 +280,7 @@ plugins:
categories_as_tabs: categories_as_tabs:
general: general:
images: images:
# stock_images: # stock images:
videos: videos:
news: news:
map: map:
@@ -1932,7 +1932,7 @@ engines:
- name: pixabay images - name: pixabay images
engine: pixabay engine: pixabay
pixabay_type: images pixabay_type: images
categories: stock_images categories: stock images
shortcut: pixi shortcut: pixi
disabled: true disabled: true