Skip to content

Commit

Permalink
Japanese and Spanish translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Dec 12, 2024
1 parent 3b71ef2 commit 515dbc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## in development:

### 2024-12-12
* Japanese and Spanish translation fixes

## 10.3.2:
* **Translation Updates:**
* Japanese katagana and Hiragana, thanks, @fumiyasu-aizu!
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="src/extensions.js?version=2024-12-07"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2024-11-25"></script>
<script src="src/locale.js?version=2024-12-09"></script>
<script src="src/locale.js?version=2024-12-12"></script>
<script src="src/cloud.js?version=2023-04-12"></script>
<script src="src/api.js?version=2024-02-22"></script>
<script src="src/embroider.js?version=2024-05-09"></script>
Expand Down
6 changes: 3 additions & 3 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-December-09';
modules.locale = '2024-December-12';

var Localizer;
var SnapTranslator = new Localizer();
Expand Down Expand Up @@ -225,7 +225,7 @@ SnapTranslator.dict.ja = {
'translator_e-mail':
'[email protected]',
'last_changed':
'2024-12-09'
'2024-12-12'
};

SnapTranslator.dict.ja_HIRA = {
Expand Down Expand Up @@ -335,7 +335,7 @@ SnapTranslator.dict.es = {
'translator_e-mail':
'[email protected] / [email protected]',
'last_changed':
'2023-11-20'
'2024-12-12'
};

SnapTranslator.dict.nl = {
Expand Down

0 comments on commit 515dbc1

Please sign in to comment.