# hi18n **Repository Path**: snowwolfjay/hi18n ## Basic Information - **Project Name**: hi18n - **Description**: 两个组合式的多语言web component Two web components for i18n content compose: i18n-source + i18n-txt - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-12 - **Last Updated**: 2024-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 在html文件或使用位置导入本模块,之后自动注册到全局的自定义组件,提供两个:i18n-source , i18n-txt 2. 利用i18n-source指定文件位置,用逗号隔开可组成多个 3. i18n-txt配置i18n属性来呈现文字,注意多个source嵌套,是依次Object.assign进行组合的 ```

```