Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitmel committed Sep 20, 2021
1 parent d79869e commit ffd1265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/release_body_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[инструкции по установке](https://github.com/CCDirectLink/crosscode-ru#инструкции-по-установке) на
главной странице.

**Совместимые версии игры:** 1.4.1-4, 1.4.1-5, 1.4.1-6
**Совместимые версии игры:** 1.4.2

## Нововведения

Expand Down
2 changes: 1 addition & 1 deletion ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crosscode-ru",
"version": "1.2.3",
"version": "1.3.0",
"license": "(MIT AND CC-BY-4.0)",
"description": {
"en_US": "Russian translation for CrossCode",
Expand Down
5 changes: 1 addition & 4 deletions scripts/multiple_different_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@
print(
"<span>{}, {} UTC</span>".format(
translation["authorUsername"],
time.strftime(
"%Y-%m-%d %H:%M:%S",
time.gmtime(translation["timestamp"] // 1000),
),
time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(translation["timestamp"])),
)
)
print("</div>") # .translation_info
Expand Down

0 comments on commit ffd1265

Please sign in to comment.