You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SherkeyXD opened this issue
May 9, 2024
· 1 comment
Labels
blockedissue needs more information or input to be picked upbugSomething isn't workingmappingThis issue or it's solution is related to how information is mapped
Set "Accept-Language": "zh-Hans" in header, then request.
What is expected?
All info should be in Chinese.
What is actually happening?
Only planet name is in Chinese, other infos are still in English.
{
"index": 79,
"name": "希斯",
"sector": "Orion",
"biome": {
"name": "Winter", // Should be in Chinese"description": "Submerged in eternal winter, this world's frosty peaks glimmer in the light of its too-distant star."// Should be in Chinese
},
"hazards": [
{
"name": "Extreme Cold", // Should be in Chinese"description": "Icy temperatures reduce rate of fire and delay heat buildup in weapons."// Should be in Chinese
},
{
"name": "Blizzards", // Should be in Chinese"description": "Intense blizzard reduce mobility and moderately reduce visibility for both enemy and friendly units."// Should be in Chinese
}
],
// ...
}
System Info
No response
Any additional comments?
Not only zh-Hans meets this problem, all languages are experiencing this.
The text was updated successfully, but these errors were encountered:
blockedissue needs more information or input to be picked upbugSomething isn't workingmappingThis issue or it's solution is related to how information is mapped
Link to faulty endpoint
/api/v1/planets
The name of your client/application
SherkeyXD/helldivers-2-api-python
Request information
Steps to reproduce
Set
"Accept-Language": "zh-Hans"
in header, then request.What is expected?
All info should be in Chinese.
What is actually happening?
Only planet name is in Chinese, other infos are still in English.
System Info
No response
Any additional comments?
Not only
zh-Hans
meets this problem, all languages are experiencing this.The text was updated successfully, but these errors were encountered: