Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Story #18] User sees stock image attributes localized #41

Closed
sidolov opened this issue May 10, 2019 · 4 comments
Closed

[Story #18] User sees stock image attributes localized #41

sidolov opened this issue May 10, 2019 · 4 comments

Comments

@sidolov
Copy link
Contributor

sidolov commented May 10, 2019

Story

As a Merchant I want search for stock images using the same language I have selected for Magento Admin Panel and see search results localized

Business Value

non-english speakers can use stock image search, unified language across Magento Admin

Preconditions

  • Magento Admin Panel is localized language other than English
  • Admin User is logged into Admin Panel
  • Admin User sees stock images

Acceptance Criteria

  • User views stock image details and sees attributes values in the same language that selected in Magento Admin Panel if these localized values exist in Stock
  • User searches for stock images using keywords in the same language selected in Magento Admin panel and sees search returning results
  • User saves image preview and localized image attribute values ( if they exist in Stock, are saved to the DB)
  • User sees messages that come from Stock API localized (success, error, info messages)
@sidolov sidolov added the Story label May 10, 2019
@chfabbro
Copy link

The Stock API supports localization via the locale= parameter. A reference of all locales is available here: https://www.adobe.io/apis/creativecloud/stock/docs.html#!adobe/stock-api-docs/master/docs/api/14-locale-codes.md

Note that only some fields are localized. The title of the image is not localized because that is not a straightforward translation; it is left in the contributor's original language.

Keywords and categories are localized, as are URLs.

@sivaschenko
Copy link
Member

sivaschenko commented Nov 22, 2019

Keywords and category fields are localized

Check if license confirmation message from adobe stock API is localized. If the license confirmation message is not localized on Adobe Stock side the story can be closed

image

@chfabbro
Copy link

@sivaschenko Is that a question? Yes, the license message is localized.

https://stock.adobe.io/Rest/Libraries/1/Member/Profile?content_id=172563501&license=Extended&locale=de_DE

    "purchase_options": {
        "state": "possible",
        "requires_checkout": false,
        "message": "Kostet 1 Ihrer 295 Credits."
    }

@sivaschenko
Copy link
Member

Thanks @chfabbro !

Confirmation messages retrieved from Adobe Stock API are localized:
image

magento-devops-reposync-svc pushed a commit that referenced this issue Sep 2, 2021
B2B-1876: New directories in pub/media do not get synced back to local filesystem from S3 Remote Storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants