Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/apache-kafka/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google play services 如何通过Play Games Services发布API为achivment或Ledboard项目添加新的本地化_Google Play Services_Google Play Games_Google Play Developer Api - Fatal编程技术网

Google play services 如何通过Play Games Services发布API为achivment或Ledboard项目添加新的本地化

Google play services 如何通过Play Games Services发布API为achivment或Ledboard项目添加新的本地化,google-play-services,google-play-games,google-play-developer-api,Google Play Services,Google Play Games,Google Play Developer Api,当我在请求更新成就或排行榜的JSON()中添加新本地化(不是为游戏手动添加)时,服务器返回以下错误: { “错误”:{ “错误”:[ { “域”:“全局”, “原因”:“不受支持的地方”, “消息”:“应用程序不支持名称字段中的区域设置bg。” } ], “代码”:400, “消息”:“应用程序不支持名称字段中的区域设置bg。” } }我认为为了让API接受翻译,需要将语言添加到游戏定义中。如果您进入游戏,请在游戏详细信息选项卡上,单击“添加翻译”并添加保加利亚语 一旦添加到那里,您就可以使用

当我在请求更新成就或排行榜的JSON()中添加新本地化(不是为游戏手动添加)时,服务器返回以下错误:

{
“错误”:{
“错误”:[
{
“域”:“全局”,
“原因”:“不受支持的地方”,
“消息”:“应用程序不支持名称字段中的区域设置bg。”
}
],
“代码”:400,
“消息”:“应用程序不支持名称字段中的区域设置bg。”
}

}
我认为为了让API接受翻译,需要将语言添加到游戏定义中。如果您进入游戏,请在游戏详细信息选项卡上,单击“添加翻译”并添加保加利亚语


一旦添加到那里,您就可以使用API上传值。

语言环境bg是否代表
Java语言环境“保加利亚语”(bg)
?你试过别的地方吗?