Skip to content

Commit

Permalink
updated history log
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jun 4, 2024
1 parent 8719e1a commit 6246bc3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Snap! (BYOB) History

## in development:
* **Notable Fixes:**
* fixed a live-rendering glitch in rings
* **Translation Updates:**
* Ukrainian, thanks, ww2!
* Polish, thanks, P1neF0rest935!

2024-06-04
* blocks: fixed a live-rendering glitch in rings
* Ukrainian translation update, thanks, ww2!
* Polish translation update, thanks, P1neF0rest935!

## 9.2.17:
* **Notable Fixes:**
Expand Down
2 changes: 1 addition & 1 deletion locale/lang-pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ SnapTranslator.dict.pl = {
"large": "wielki",
"last": "ostatni",
"last changed": "ostatnio zmieniany",
"last_changed": "2024-05-27",
"last_changed": "2024-06-04",
"launch _ _": "rozpocznij _ _",
"left": "lewa",
"left arrow": "strzałka w lewo",
Expand Down
2 changes: 1 addition & 1 deletion locale/lang-ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ SnapTranslator.dict.ua = {
"large": "збільшений",
"last": "останній",
"last changed": "остання зміна",
"last_changed": "2024-01-19",
"last_changed": "2024-06-04",
"launch _ _": "запустити _ _",
"left": "вліво",
"left arrow": "стрілка вліво",
Expand Down
4 changes: 2 additions & 2 deletions snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="src/morphic.js?version=2024-03-01"></script>
<script src="src/symbols.js?version=2024-01-24"></script>
<script src="src/widgets.js?version=2023-05-24"></script>
<script src="src/blocks.js?version=2024-04-17"></script>
<script src="src/blocks.js?version=2024-06-04"></script>
<script src="src/threads.js?version=2024-04-17"></script>
<script src="src/objects.js?version=2024-01-15"></script>
<script src="src/scenes.js?version=2022-10-29"></script>
Expand All @@ -31,7 +31,7 @@
<script src="src/extensions.js?version=2024-02-13"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2023-07-27"></script>
<script src="src/locale.js?version=2024-04-17"></script>
<script src="src/locale.js?version=2024-06-04"></script>
<script src="src/cloud.js?version=2023-04-12"></script>
<script src="src/api.js?version=2024-02-22"></script>
<script src="src/sha512.js?version=2019-06-27"></script>
Expand Down
8 changes: 4 additions & 4 deletions src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

// Global stuff

modules.locale = '2024-April-17';
modules.locale = '2024-June-04';

var Localizer;
var SnapTranslator = new Localizer();
Expand Down Expand Up @@ -334,11 +334,11 @@ SnapTranslator.dict.pl = {
'language_name':
'Polski',
'language_translator':
'Witek Kranas & deKrain & Andrzej Batorski',
'Witek Kranas & deKrain & Andrzej Batorski & P1neF0rest935',
'translator_e-mail':
'[email protected]',
'last_changed':
'2021-05-15'
'2024-06-04'
};

SnapTranslator.dict.zh_TW = {
Expand Down Expand Up @@ -624,7 +624,7 @@ SnapTranslator.dict.ua = {
'translator_e-mail':
'[email protected]',
'last_changed':
'2024-01-19'
'2024-06-04'
};

SnapTranslator.dict.sk = {
Expand Down

0 comments on commit 6246bc3

Please sign in to comment.