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

Fix partner/connect endpoint error when used with incompatible WordPress locale. #686

Open
2 of 3 tasks
budzanowski opened this issue Feb 1, 2023 · 0 comments
Open
2 of 3 tasks
Assignees
Labels
type: bug The issue is a confirmed bug. type: enhancement The issue is a request for an enhancement.

Comments

@budzanowski
Copy link
Collaborator

budzanowski commented Feb 1, 2023

The https://api.pinterest.com/v3/catalogs/partner/connect/ endpoint supports only the following locale

it,es-419,ru-RU,hu-HU,hr-HR,sv-SE,de,nb-NO,th-TH,sk-SK,ro-RO,es-MX,uk-UA,nl,en-AU,he-IL,tr,es-ES,pl-PL,cs-CZ,en-CA,fi-FI,pt-PT,el-GR,ja,ar-SA,fr-CA,en-GB,es-AR,da-DK,zh-CN,en-US,vi-VN,id-ID,bg-BG,zh-TW,en-IN,tl-PH,ko-KR,af-ZA,ms-MY,bn-IN,te-IN,fr,hi-IN,pt-BR

the task is to implement mapping of WordPress native locales that are required in a different format by Pinterest. For example:
nl-NL should be mapped to nl

Throw an error when no mapping is possible.

The following issue will track a set of items required to finalize the task.

Code tasks 👨🏻‍💻

Preview Give feedback
  1. type: enhancement
    budzanowski
  2. type: enhancement
    budzanowski

Documentation 📄

Preview Give feedback
  1. type: enhancement
    budzanowski
@budzanowski budzanowski added type: bug The issue is a confirmed bug. type: enhancement The issue is a request for an enhancement. labels Feb 1, 2023
@budzanowski budzanowski self-assigned this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The issue is a confirmed bug. type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant