Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update i18n and link #49

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions frontend/src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,9 @@ export default {
get_started: 'GET STARTED',
booster_your_software_development_productivity:
'Boost your software development productivity.',
enjoy_coding_on_terminus: 'Enjoy coding on Olares',
enjoy_coding_now: 'Enjoy coding now',
diving_into_ai_image_generation: 'Dive into AI image generation.',
unleashing_your_creativity: 'Unleash your creativity!',
great_on_terminus: 'GREAT ON TERMINUS',
mastering_your_photo_with_a_personal_library:
'Master your photos with a personal library.',
organize_your_memories: 'Organize your memories',
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/i18n/zh-CN/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,9 @@ export default {
decentralized_social_media: '去中心化社交媒体',
get_started: '开始',
booster_your_software_development_productivity: '提升软件开发效率。',
enjoy_coding_on_terminus: '在 Olares 上享受编码',
enjoy_coding_now: '即刻享受编程乐趣',
diving_into_ai_image_generation: '探索 AI 图像生成。',
unleashing_your_creativity: '释放你的创造力!',
great_on_terminus: '在 Olares 上表现出色',
mastering_your_photo_with_a_personal_library: '打造个人图库,掌控您的照片',
organize_your_memories: '整理您的回忆',
nocode_solution_for_your_data_management: '无代码数据管理方案。',
Expand Down
5 changes: 1 addition & 4 deletions frontend/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,7 @@ const onScroll = async (info: any) => {
};

const installOS = async () => {
window.open(
'https://docs.jointerminus.com/overview/introduction/getting-started',
'_blank'
);
window.open('https://docs.olares.xyz/manual/get-started/', '_blank');
};
</script>

Expand Down
Loading