How add new localization for achivment or lederboard items via Play Games Services Publishing API -


when add new localization (which not manually added game) in requesting json (https://developers.google.com/games/services/publishing/api/achievementconfigurations) updating achievements or leaderboards server return following error:

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

please me solve issue

i believe in order api accept translations, language needs added game definition. if go game, game details tab, click "add translations" , add bulgarian.

once added there, can use api upload values.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -