Twinkle HubTwinkle Hub

簡體 → 繁體

tw_simplified_to_traditional

Autres outils · 26 outils🇹🇼 Taïwanlecture seule

簡體中文轉繁體。variant: 'zh-tw'(default, 台灣正體) | 'zh-hk' | 'zh-hant'。

Paramètres

NomTypeDescription
text *string
variantstring
Schéma JSON brut
{
  "properties": {
    "text": {
      "title": "Text",
      "type": "string"
    },
    "variant": {
      "default": "zh-tw",
      "title": "Variant",
      "type": "string"
    }
  },
  "required": [
    "text"
  ],
  "title": "simplified_to_traditionalArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_simplified_to_traditional({ text: "…" })