Skip to content

Commit

Permalink
i18n title
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 29, 2024
1 parent 939e804 commit c7508df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { themes as prismThemes } from 'prism-react-renderer';

function geti18nTitle() {
switch(process.env.DOCUSAURUS_CURRENT_LOCALE) {
case "en": return "GoFrame Official Website - A Go Enterprise-Level Development Framework Similar to PHP-Laravel and Java-SpringBoot";
case "en": return "GoFrame - A powerful framework for faster, easier, and more efficient project development";
default: return "GoFrame官网 - 类似PHP-Laravel,Java-SpringBoot的Go企业级开发框架";
}
}
Expand Down

0 comments on commit c7508df

Please sign in to comment.