Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle committed May 17, 2021
1 parent 079005d commit 0e470d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.1] - 2021-05-16

### Fixed

* Issue #598: Unicode characters no longer shifts syntax highlighting.
* Sidebar now properly hides itself after the `Ctrl+J` Outline command if it was
previously hidden on initial launch.
* New Norwegian translation added.
* Spanish and Italian translations updated.

## [2.0.0] - 2021-05-08

Expand Down
5 changes: 3 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ Translations
* Dutch - Heimen Stoffels (Vistaus)
* French - pygoliae
* German - dhbwmawhd
* Italian - Tristano Ajmone (tajmone), Pietro Battiston (toobaz)
* Italian - Tristano Ajmone (tajmone), Pietro Battiston (toobaz), Giuseppe Pignataro (Fastbyte01)
* Japanese - piyo-gh
* Norwegian - Veronica Berglyd Olsen (vkbo)
* Polish - mleko69
* Portuguese (Brazil) - José Geraldo Gouvêa (jggouvea)
* Russian - suhr, Dmitriy Belyaev (dbelyaev)
* Spanish - cemetary, Icaro Perseo (icaroperseo)
* Spanish - cemetary, Icaro Perseo (icaroperseo), Alexis Olivo (alexisolivo)
* Swedish - Åke Engelbrektson (eson57)

Libraries
Expand Down
2 changes: 1 addition & 1 deletion translations/ghostwriter_it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ NOTA: La consuetudine in Windows è di usare il plurale nei filtri, quindi l&apo
<message>
<location filename="../src/previewoptionsdialog.cpp" line="176"/>
<source>%1 %2pt</source>
<translation type="unfinished"><%1 %2pt/translation>
<translation type="unfinished">%1 %2pt</translation>
</message>
</context>
<context>
Expand Down
12 changes: 0 additions & 12 deletions translations/ghostwriter_nb_NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,73 +268,61 @@
<context>
<name>SpellChecker</name>
<message>
<location filename="../src/spell_checker.cpp" line="125"/>
<location filename="../src/spelling/spell_checker.cpp" line="139"/>
<source>Check Spelling</source>
<translation>Kjør stavekontroll</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="137"/>
<location filename="../src/spelling/spell_checker.cpp" line="151"/>
<source>&amp;Add</source>
<translation>&amp;Legg til</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="140"/>
<location filename="../src/spelling/spell_checker.cpp" line="154"/>
<source>&amp;Ignore</source>
<translation>&amp;Ignorer</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="143"/>
<location filename="../src/spelling/spell_checker.cpp" line="157"/>
<source>I&amp;gnore All</source>
<translation>I&amp;gnorer alle</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="148"/>
<location filename="../src/spelling/spell_checker.cpp" line="162"/>
<source>&amp;Change</source>
<translation>&amp;Endre</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="151"/>
<location filename="../src/spelling/spell_checker.cpp" line="165"/>
<source>C&amp;hange All</source>
<translation>E&amp;ndre alle</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="166"/>
<location filename="../src/spelling/spell_checker.cpp" line="180"/>
<source>Not in dictionary:</source>
<translation>Ikke i ordboken:</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="174"/>
<location filename="../src/spelling/spell_checker.cpp" line="188"/>
<source>Change to:</source>
<translation>Endre til:</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="189"/>
<location filename="../src/spelling/spell_checker.cpp" line="204"/>
<source>Checking spelling...</source>
<translation>Kjør stavekontroll...</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="189"/>
<location filename="../src/spelling/spell_checker.cpp" line="204"/>
<source>Cancel</source>
<translation>Avbryt</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="190"/>
<location filename="../src/spelling/spell_checker.cpp" line="205"/>
<source>Please wait</source>
<translation>Venligst vent</translation>
</message>
<message>
<location filename="../src/spell_checker.cpp" line="257"/>
<location filename="../src/spelling/spell_checker.cpp" line="291"/>
<source>Spell check complete.</source>
<translation>Stavekontrollen er ferdig.</translation>
Expand Down

0 comments on commit 0e470d1

Please sign in to comment.