Conversation
|
@tobybellwood @CGoodwin90 @bomoko @shreddedbacon @timclifford whenever we need translated content on the page in the future we should import the the i18n library first detects the user language and if it's one of the languages we support, content is shown in that language, otherwise it defaults to English. user's language is cached in localstorage and also saved a cookie. it would be nice to discuss how we handle contributions, as the translation dictionary is saved in currently I only added content for English, and whenever we have translations for any language we need to support, this dictionry.json file needs to be modified with new language translation strings. It is configured to just support English and Italian for now, but since there are no translated strings in Italian, language lookup namespace defaults to |
No description provided.