0

当我在请求 JSON ( https://developers.google.com/games/services/publishing/api/achievementConfigurations ) 中添加新的本地化(不是为游戏手动添加的)以更新成就或排行榜时,服务器返回以下错误:

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "UnsupportedLocale",
    "message": "The locale bg in the name field is not supported by the application."
   }
  ],
  "code": 400,
  "message": "The locale bg in the name field is not supported by the application."
 }
}

请帮我解决这个问题

4

1 回答 1

0

我相信为了让 API 接受翻译,需要将语言添加到游戏定义中。如果您进入您的游戏,然后进入游戏详情选项卡,点击“添加翻译”并添加保加利亚语。

将其添加到那里后,您可以使用 API 上传值。

于 2015-09-30T21:41:06.503 回答