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

Commit

Permalink
14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Sep 28, 2020
1 parent 1584856 commit 944057c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 21 deletions.
4 changes: 1 addition & 3 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ gem "minima", "~> 2.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-paginate-v2'
gem 'jekyll-sitemap'
8 changes: 2 additions & 6 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.7)
em-websocket (0.5.1)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
Expand All @@ -31,8 +31,6 @@ GEM
terminal-table (~> 1.8)
jekyll-feed (0.15.0)
jekyll (>= 3.7, < 5.0)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
Expand Down Expand Up @@ -61,7 +59,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.22.0)
rouge (3.23.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -74,8 +72,6 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.1.1)
jekyll-feed
jekyll-paginate-v2
jekyll-sitemap
minima (~> 2.0)
tzinfo-data
Expand Down
4 changes: 1 addition & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ description: Translatium lets you translate words, phrases and images between ov
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://translatiumapp.com" # the base hostname & protocol for your site, e.g. http://example.com

translatium_version: 13.8.2
translatium_version: 14.0.0

pagination:
enabled: true

markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate-v2

exclude:
- yarn.lock
Expand Down
20 changes: 14 additions & 6 deletions docs/_layouts/translatium.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,20 @@ <h1 class="title is-size-4-desktop is-size-5">Translate 100+ Languages Instantly

<section class="section">
<div class="container">
<div class="content has-text-centered">
<picture>
<source srcset="/images/translatium-screenshot-2.webp 1x, /images/[email protected] 2x" type="image/webp">
<source srcset="/images/translatium-screenshot-2.png 1x, /images/[email protected] 2x" type="image/png">
<img src="/images/translatium-screenshot-2.png" alt="Translatium (dark theme)" class="demo-main" loading="lazy" />
</picture>
<div class="has-text-centered">
<br />
<br />
<br />
<p class="title is-3 mb-3">
Looking for more apps?
</p>
<p class="subtitle is-5 mt-1">Try <a class="has-text-info" href="https://webcatalog.app">WebCatalog</a> and get access to thousands of exclusive apps for your computer!</p>
<p>
<a class="button is-info is-large" href="https://webcatalog.app">
Get WebCatalog
</a>
</p>
<p class="mt-1">It's free!</p>
</div>
</div>
</section>
3 changes: 2 additions & 1 deletion docs/_sass/bulma.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ $weight-semibold: 600
$weight-bold: 600

$green: #43A047
$blue: #43A047
$cyan: #1976d2
$link: $green

@import "./bulma/sass/utilities/derived-variables"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Translatium",
"description": "Translate Any Languages like a Pro",
"version": "13.8.2",
"version": "14.0.0",
"main": "public/electron.js",
"repository": "https://github.com/translatium/translatium",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/preferences/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const Preferences = (props) => {
<List disablePadding dense>
<ListItem
button
onClick={() => requestOpenInBrowser('https://webcatalogapp.com?utm_source=translatium_app')}
onClick={() => requestOpenInBrowser('https://webcatalog.app?utm_source=translatium_app')}
className={classes.listItemPromotion}
>
<div className={classes.promotionBlock}>
Expand Down

0 comments on commit 944057c

Please sign in to comment.