Skip to content

Commit

Permalink
Docs: 调整注释
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed May 13, 2024
1 parent a568ca7 commit f3039db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: HxB
* @Date: 2024-05-13 15:08:38
* @LastEditors: DoubleAm
* @LastEditTime: 2024-05-13 16:26:00
* @LastEditTime: 2024-05-13 16:33:10
* @Description: i18n 国际化支持-需自定义如何兼容切换语言后页面刷新
* @FilePath: \js-xxx\src\i18n\index.ts
*/
Expand Down Expand Up @@ -30,7 +30,7 @@ export interface LanguageData {

// 翻译内容接口
export interface Translations {
[language: string]: Record<string, string>; // 每种语言的翻译内容
[language: string]: Record<string, string>;
}

/**
Expand Down

0 comments on commit f3039db

Please sign in to comment.