Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Move website to translatium.app (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Nov 14, 2020
1 parent 20bfaa5 commit 5743c8e
Show file tree
Hide file tree
Showing 51 changed files with 12 additions and 913 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|---|---|---|
|[![GitHub Actions Build Status](https://github.com/quanglam2807/translatium/workflows/macOS/badge.svg)](https://github.com/quanglam2807/translatium/actions)|[![GitHub Actions Build Status](https://github.com/quanglam2807/translatium/workflows/Linux/badge.svg)](https://github.com/quanglam2807/translatium/actions)|[![GitHub Actions Build Status](https://github.com/quanglam2807/translatium/workflows/Windows/badge.svg)](https://github.com/quanglam2807/translatium/actions)|

**[Translatium](https://translatiumapp.com)** - Translate Any Languages like a Pro.
**[Translatium](https://translatium.app)** - Translate Any Languages like a Pro.

**master** branch only includes the source code of Translatium 9 & up. For older versions, check out the **legacy-** branches.

Expand Down
2 changes: 1 addition & 1 deletion description-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Object.keys(displayLanguages).forEach((langCode) => {
const desc = rawDesc
.replace(/{appName}/g, 'Translatium')
.replace(/{operatingSystem}/g, operatingSystem)
.replace(/{appUrl}/g, 'https://translatiumapp.com')
.replace(/{appUrl}/g, 'https://translatium.app')
.replace(/{supportedLanguages}/g, supportedLanguages.join(langCode === 'zh-CN' ? ',' : ', '));
const distDescFilePath = path.join(__dirname, 'dist', 'description', langCode, `${operatingSystem}.txt`);
fs.outputFileSync(distDescFilePath, desc, 'utf8');
Expand Down
9 changes: 0 additions & 9 deletions docs/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions docs/404.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

23 changes: 0 additions & 23 deletions docs/Gemfile

This file was deleted.

80 changes: 0 additions & 80 deletions docs/Gemfile.lock

This file was deleted.

36 changes: 0 additions & 36 deletions docs/_config.yml

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_includes/google-analytics.html

This file was deleted.

28 changes: 0 additions & 28 deletions docs/_includes/head.html

This file was deleted.

13 changes: 0 additions & 13 deletions docs/_includes/social-meta.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_layouts/compress.html

This file was deleted.

47 changes: 0 additions & 47 deletions docs/_layouts/default.html

This file was deleted.

33 changes: 0 additions & 33 deletions docs/_layouts/help.html

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_layouts/post.html

This file was deleted.

Loading

0 comments on commit 5743c8e

Please sign in to comment.