Skip to content

Commit 8a7c1c8

Browse files
committed
Release version 5.5.0
1 parent bb553b3 commit 8a7c1c8

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
All notable changes to this project will be documented in this file.
66

7-
## Unreleased
7+
## 5.5.0 (2025-01-11)
88

99
### Enhancements
1010

@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
2222

2323
### Other
2424

25+
- Added Vietnamese translation (by vtvinh24) (#485).
2526
- Updated default rules and favicons (#440, #443, #444, #447, #457, #461).
2627
- Updated Brazilian Portuguese translations (#450).
2728
- Updated French translations (#459).

_locales/Readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ If you are a translator new to localize WebExtension,
44
you may want to read <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Internationalization>
55
and the [locale-specific message reference](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/i18n/Locale-Specific_Message_reference).
66

7+
The English strings in `en_US` are the reference for the other translations.
8+
79
The `messages.json` files contains all localized strings used in the extension.
810
Note that you don't need to translate the `description` part.
911
That will never show up in the UI. It is only there to help the translating of the messages,

_locales/uk/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
},
267267
// DKIM_SIGERROR - POLICY
268268
"DKIM_POLICYERROR_MISSING_SIG": {
269-
"message": "Без підпису, повинен бути підписаний $1"
269+
"message": "Без підпису, повинен бути підписаний $1",
270270
"description": "Error if a message has no signature, but the sign rules state that it should be signed"
271271
},
272272
"DKIM_POLICYERROR_KEYMISMATCH": {

content/options.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ <h1 data-i18n="about_name"></h1>
329329
<p><a href="https://github.com/lieser/dkim_verifier/graphs/contributors" data-i18n="about_contributors"></a></p>
330330
<p data-i18n="about_translators"></p>
331331
<ul>
332-
<li>de: ionum</li>
333332
<li>de: Philippe Lieser</li>
334333
<li>es-ES: Peter O Brien</li>
335334
<li>fr: Anaël MOBILIA</li>
@@ -340,6 +339,7 @@ <h1 data-i18n="about_name"></h1>
340339
<li>pt-BR: João Paulo</li>
341340
<li>sv-SE: Phoenix</li>
342341
<li>uk: lexxai</li>
342+
<li>vi-VN: vtvinh24</li>
343343
<li>zh-CN: YFdyh000</li>
344344
<li>zh-TW: NightFeather</li>
345345
</ul>

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_about_name__",
44
"description": "__MSG_about_summary__",
5-
"version": "5.4.0",
5+
"version": "5.5.0",
66
"author": "Philippe Lieser",
77
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
88
"default_locale": "en_US",

0 commit comments

Comments
 (0)