developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[BUG] VAL-CONTENT with it-IT translation returns 400

Open Henrik-3 opened this issue 4 years ago • 2 comments

Bug Description
When requesting the val-content endpoint with the ?locale=it-IT query it returns

{
    "status": {
        "message": "Bad request - unknown locale requested",
        "status_code": 400
    }
}

even though it-IT is in the LocalizedNamesDto list

Problem Description
Italian translations are not available, so i can't use them as translations in my project

Expected Result
A translated content json file like when i request with locale=de-DE for example

Actual Result
See Bug Description

Developer Impact
I have to use for only one translation another data source and a different source code to maintain, would be nice to have it all together

  • Frequency: Every API call
  • Severity: Missing translations for users
  • Cost: None
  • Efficiency: Requires me to make one more API Call on another data source and another source code to handle it

Player Impact
Users don't have a proper Italian translation

Repro Steps
Do a request to the following URL: https://eu.api.riotgames.com/val/content/v1/contents?locale=it-IT

Henrik-3 avatar Jan 04 '22 11:01 Henrik-3

It's fixed :)

0xGabrielel avatar Jun 15 '22 21:06 0xGabrielel

Thanks :)

Henrik-3 avatar Jun 15 '22 21:06 Henrik-3