Skip to content

Commit

Permalink
integrated Nykki's Dutch translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Apr 17, 2024
1 parent 400cb03 commit ef94b03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
* fixed #3342
* fixed #3336
* fixed a spelling glitch in the camera dialog, thanks, bruh-9000!
* **Translation Updates:**
* Dutch, thanks, Nykki Rusticus!

2024-04-17
* new dev version for v9.2.15
* byob: fixed #3342
* threads: fixed #3336
* fixed a spelling glitch in the camera dialog, thanks, bruh-9000!
* fixed another spelling glitch in the Danish translation
* Dutch translation update, thanks, Nykki Rusticus!

## 9.2.14:
* **New Features:**
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-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-05"></script>
<script src="src/locale.js?version=2024-04-17"></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-05';
modules.locale = '2024-April-17';

var Localizer;
var SnapTranslator = new Localizer();
Expand Down Expand Up @@ -323,11 +323,11 @@ SnapTranslator.dict.nl = {
'language_name':
'Nederlands',
'language_translator':
'Joek van Montfort, Sjoerd Dirk Meijer, Frank Sierens, Jan-Gerard van der Toorn, Jule Rapp',
'Joek van Montfort, Sjoerd Dirk Meijer, Frank Sierens, Jan-Gerard van der Toorn, Jule Rapp, Nykki Rusticus',
'translator_e-mail':
'joek@xota.nl, sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl',
'joek@xota.nl, sjoerddirk@fromScratchEd.nl, frank.sierens@telenet.be, jg.2019@xs4all.nl, zonykki@gmail.com',
'last_changed':
'2024-02-12'
'2024-04-15'
};

SnapTranslator.dict.pl = {
Expand Down

0 comments on commit ef94b03

Please sign in to comment.