Skip to content

Commit

Permalink
Merge pull request #601 from ArlenFuture/dev
Browse files Browse the repository at this point in the history
feat: Rename "中文" to "简体中文" for better clarity
  • Loading branch information
MakinoharaShoko authored Dec 16, 2024
2 parents b4e055c + f63423a commit 49224f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webgal/src/config/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export enum language {
}

const languages: Record<string, string> = {
zhCn: '中文',
zhCn: '简体中文',
en: 'English',
jp: '日本語',
fr: 'Français',
Expand Down

0 comments on commit 49224f4

Please sign in to comment.