We want the frontend of the greetings project to be way more fun. To do this, when a greeting is shown in any language, we want to show a globe indicating where that language is primarily spoken.
Localization
The backend needs to provide the proper locale for each language. The greetings.json should include a locale field, and the APIs that return greetings should include that locale in the API responses
Display
Using a cool 3d globe, show me where the locale of the language corresponds to in the world. Make sure to use a simple solution so that its easy to maintain and ensure its accuracy.
We want the frontend of the greetings project to be way more fun. To do this, when a greeting is shown in any language, we want to show a globe indicating where that language is primarily spoken.
Localization
The backend needs to provide the proper locale for each language. The
greetings.jsonshould include a locale field, and the APIs that return greetings should include that locale in the API responsesDisplay
Using a cool 3d globe, show me where the locale of the language corresponds to in the world. Make sure to use a simple solution so that its easy to maintain and ensure its accuracy.