Skip to content

Commit

Permalink
Merge pull request #49 from beclab/feat/brand
Browse files Browse the repository at this point in the history
fix: update i18n and link
  • Loading branch information
icebergtsn authored Nov 6, 2024
2 parents 9d93a6b + 659e59c commit c0508f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
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

0 comments on commit c0508f0

Please sign in to comment.