Skip to content

Commit

Permalink
Merge pull request #14 from SalladShooter/main
Browse files Browse the repository at this point in the history
Added Norwegian Language
  • Loading branch information
LyubomirT authored Aug 4, 2024
2 parents 1aa721f + bae7887 commit 19fe618
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/English/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h2><span class="emoji">🎌</span>Read in other languages</h2>
<li><a href="../German/index.html">German</a></li>
<li><a href="../Spanish/index.html">Spanish</a></li>
<li><a href="../French/index.html">French</a></li>
<li><a href="../Norwegian/index.html">Norsk (Bokmål)</a></li>
</ul>
</div>
</div>
Expand Down
Empty file.
Empty file.
Empty file added docs/Norwegian/index.html
Empty file.
Empty file added docs/Norwegian/install.html
Empty file.
Empty file added docs/Norwegian/license.html
Empty file.
Empty file.
Empty file added docs/Norwegian/usage.html
Empty file.
Empty file added readmes/README-Norwegian.md
Empty file.
37 changes: 37 additions & 0 deletions src/translations/Norwegian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"original": "Norsk (Bokmål)",
"MainWindow": [
{
"component": "delayLabel",
"text": "Forsinkelse (s):"
},
{
"component": "intervalLabel",
"text": "Intervall (s):"
},
{
"component": "charPerStrokeLabel",
"text": "Tegn Per Strek:"
},
{
"component": "enterCheckBox",
"text": "Skriv Enter"
},
{
"component": "startButton",
"text": "Begynn Å Skrive "
},
{
"component": "stopButton",
"text": "Slutt Å Skrive"
},
{
"component": "lightModeCheckBox",
"text": "Lysmodus"
},
{
"component": "randomizeIntervalCheckBox",
"text": "Tilfeldig Intervall"
}
]
}

0 comments on commit 19fe618

Please sign in to comment.