Skip to content

Commit

Permalink
version 0.9.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Aug 11, 2018
1 parent 5f42274 commit c293d27
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 48 deletions.
81 changes: 41 additions & 40 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/Translators/DeepLTranslator.awk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DeepLTranslator.awk #
####################################################################
#
# Last Updated: 12 Dec 2017
# Last Updated: 11 Aug 2018
BEGIN { provides("deepl") }

function deeplInit() {
Expand Down
2 changes: 1 addition & 1 deletion include/Translators/YandexTranslate.awk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# YandexTranslate.awk #
####################################################################
#
# Last Updated: 17 Mar 2018
# Last Updated: 11 Aug 2018
BEGIN { provides("yandex") }

function genSID( content, group, temp) {
Expand Down
4 changes: 2 additions & 2 deletions man/trans.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.1.3
.\" Automatically generated by Pandoc 2.2.3.2
.\"
.TH "TRANS" "1" "2018\-03\-17" "0.9.6.7" ""
.TH "TRANS" "1" "2018\-08\-11" "0.9.6.8" ""
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions man/trans.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% TRANS(1) 0.9.6.7
% TRANS(1) 0.9.6.8
% Mort Yao <[email protected]>
% 2018-03-17
% 2018-08-11

# NAME

Expand Down
4 changes: 2 additions & 2 deletions metainfo.awk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BEGIN {
Name = "Translate Shell"
Description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc."
Version = "0.9.6.7"
ReleaseDate = "2018-03-17"
Version = "0.9.6.8"
ReleaseDate = "2018-08-11"
Command = "trans"
EntryPoint = "translate.awk"
EntryScript = "translate"
Expand Down

0 comments on commit c293d27

Please sign in to comment.