Skip to main content

Translations

The default language of the widgets can be set in the Console 🠦 Site 🠦 General.

If your site have multiple language, or your language is not available, or you want to change some text, you can override the translation config:

// Set language to English & change "Write a comment" to "Add comment"SlickComment.renderDiscussionWidget({  // other options...  locale: 'en',  translations: {    "action.write_a_comment": "Add comment",  },});

Available Translations#

Click on the links to see the translation JSON

Translations for other languages will be updated gradually.

If you find mistakes or want to contribute translations for your language, please email us!

Comments