Loader

Loader 在 Intor 中提供執行階段的翻譯內容載入。

支援兩種載入模式:

  • Local :從本地檔案系統取得翻譯內容
  • Remote :從遠端資源獲取翻譯內容

使用方式

Loader 透過 設定檔 啟用。

defineIntorConfig({
  loader: {
    mode: "local", // or "remote"
  },
});

以下為兩種載入模式的介紹:

On this page