Skip to content

Commit ffd1265

Browse files
committed
v1.3.0
1 parent d79869e commit ffd1265

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/release_body_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[инструкции по установке](https://github.com/CCDirectLink/crosscode-ru#инструкции-по-установке) на
33
главной странице.
44

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

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

ccmod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "crosscode-ru",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"license": "(MIT AND CC-BY-4.0)",
55
"description": {
66
"en_US": "Russian translation for CrossCode",

scripts/multiple_different_translations.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,7 @@
167167
print(
168168
"<span>{}, {} UTC</span>".format(
169169
translation["authorUsername"],
170-
time.strftime(
171-
"%Y-%m-%d %H:%M:%S",
172-
time.gmtime(translation["timestamp"] // 1000),
173-
),
170+
time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(translation["timestamp"])),
174171
)
175172
)
176173
print("</div>") # .translation_info

0 commit comments

Comments
 (0)