I18n in plugin developmnent

Hello,
What’s the best way to internationalize (i18n) a Logseq plugin? Any examples?
Thank you in advance.

A library for L10N framework is available by sethuyuan.

Use this to extract t("comment") into a JSON file.

Use this to create translation clones of the JSON file. (A Microsoft Azure Cognitive Services Translation API key is required. I can help you with the preparation of translation files for each language.)

1 Like