Skip to content

Commit 0e470d1

Browse files
committed
Update translations
1 parent 079005d commit 0e470d1

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.0.1] - 2021-05-16
99

1010
### Fixed
1111

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

1618
## [2.0.0] - 2021-05-08
1719

CREDITS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ Translations
1313
* Dutch - Heimen Stoffels (Vistaus)
1414
* French - pygoliae
1515
* German - dhbwmawhd
16-
* Italian - Tristano Ajmone (tajmone), Pietro Battiston (toobaz)
16+
* Italian - Tristano Ajmone (tajmone), Pietro Battiston (toobaz), Giuseppe Pignataro (Fastbyte01)
1717
* Japanese - piyo-gh
18+
* Norwegian - Veronica Berglyd Olsen (vkbo)
1819
* Polish - mleko69
1920
* Portuguese (Brazil) - José Geraldo Gouvêa (jggouvea)
2021
* Russian - suhr, Dmitriy Belyaev (dbelyaev)
21-
* Spanish - cemetary, Icaro Perseo (icaroperseo)
22+
* Spanish - cemetary, Icaro Perseo (icaroperseo), Alexis Olivo (alexisolivo)
2223
* Swedish - Åke Engelbrektson (eson57)
2324

2425
Libraries

translations/ghostwriter_it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ NOTA: La consuetudine in Windows è di usare il plurale nei filtri, quindi l&apo
14631463
<message>
14641464
<location filename="../src/previewoptionsdialog.cpp" line="176"/>
14651465
<source>%1 %2pt</source>
1466-
<translation type="unfinished"><%1 %2pt/translation>
1466+
<translation type="unfinished">%1 %2pt</translation>
14671467
</message>
14681468
</context>
14691469
<context>

translations/ghostwriter_nb_NO.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -268,73 +268,61 @@
268268
<context>
269269
<name>SpellChecker</name>
270270
<message>
271-
<location filename="../src/spell_checker.cpp" line="125"/>
272271
<location filename="../src/spelling/spell_checker.cpp" line="139"/>
273272
<source>Check Spelling</source>
274273
<translation>Kjør stavekontroll</translation>
275274
</message>
276275
<message>
277-
<location filename="../src/spell_checker.cpp" line="137"/>
278276
<location filename="../src/spelling/spell_checker.cpp" line="151"/>
279277
<source>&amp;Add</source>
280278
<translation>&amp;Legg til</translation>
281279
</message>
282280
<message>
283-
<location filename="../src/spell_checker.cpp" line="140"/>
284281
<location filename="../src/spelling/spell_checker.cpp" line="154"/>
285282
<source>&amp;Ignore</source>
286283
<translation>&amp;Ignorer</translation>
287284
</message>
288285
<message>
289-
<location filename="../src/spell_checker.cpp" line="143"/>
290286
<location filename="../src/spelling/spell_checker.cpp" line="157"/>
291287
<source>I&amp;gnore All</source>
292288
<translation>I&amp;gnorer alle</translation>
293289
</message>
294290
<message>
295-
<location filename="../src/spell_checker.cpp" line="148"/>
296291
<location filename="../src/spelling/spell_checker.cpp" line="162"/>
297292
<source>&amp;Change</source>
298293
<translation>&amp;Endre</translation>
299294
</message>
300295
<message>
301-
<location filename="../src/spell_checker.cpp" line="151"/>
302296
<location filename="../src/spelling/spell_checker.cpp" line="165"/>
303297
<source>C&amp;hange All</source>
304298
<translation>E&amp;ndre alle</translation>
305299
</message>
306300
<message>
307-
<location filename="../src/spell_checker.cpp" line="166"/>
308301
<location filename="../src/spelling/spell_checker.cpp" line="180"/>
309302
<source>Not in dictionary:</source>
310303
<translation>Ikke i ordboken:</translation>
311304
</message>
312305
<message>
313-
<location filename="../src/spell_checker.cpp" line="174"/>
314306
<location filename="../src/spelling/spell_checker.cpp" line="188"/>
315307
<source>Change to:</source>
316308
<translation>Endre til:</translation>
317309
</message>
318310
<message>
319-
<location filename="../src/spell_checker.cpp" line="189"/>
320311
<location filename="../src/spelling/spell_checker.cpp" line="204"/>
321312
<source>Checking spelling...</source>
322313
<translation>Kjør stavekontroll...</translation>
323314
</message>
324315
<message>
325-
<location filename="../src/spell_checker.cpp" line="189"/>
326316
<location filename="../src/spelling/spell_checker.cpp" line="204"/>
327317
<source>Cancel</source>
328318
<translation>Avbryt</translation>
329319
</message>
330320
<message>
331-
<location filename="../src/spell_checker.cpp" line="190"/>
332321
<location filename="../src/spelling/spell_checker.cpp" line="205"/>
333322
<source>Please wait</source>
334323
<translation>Venligst vent</translation>
335324
</message>
336325
<message>
337-
<location filename="../src/spell_checker.cpp" line="257"/>
338326
<location filename="../src/spelling/spell_checker.cpp" line="291"/>
339327
<source>Spell check complete.</source>
340328
<translation>Stavekontrollen er ferdig.</translation>

0 commit comments

Comments
 (0)