alexa-games / skills-gameon-sdk-js

The Skills GameOn SDK (Beta) is a Node.js package that makes creating leaderboards and competitions, powered by Amazon GameOn, easier for Alexa Skill developers.
https://skills-gameon-sdk.github.io
Apache License 2.0
19 stars 11 forks source link

feat: Multiple Languages leaderboard view #42

Closed gfauchart closed 4 years ago

gfauchart commented 4 years ago

Title

Multiple Languages leaderboard

Description

Currently, the APL for displaying leaderboard is in English only. I'm making the fields customizable, to overwrite for different languages

Motivation and Context

I would like to use .renderLeaderboard for languages other than English

Testing

scorePrimaryText and scoreSecondaryText can be set to change APL

Types of changes

Checklist

License

gfauchart commented 4 years ago

I've made the changes, let me know there is an issue or I should add something else