Skip to content

Commit 2b3d8f3

Browse files
committed
qt: Handle new added plurals in bitcoin_en.ts
This step was missed. See translation_process.md
1 parent f5a406f commit 2b3d8f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/qt/locale/bitcoin_en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,8 +749,8 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
749749
<source>%n active connection(s) to Bitcoin network.</source>
750750
<extracomment>A substring of the tooltip.</extracomment>
751751
<translation type="unfinished">
752-
<numerusform></numerusform>
753-
<numerusform></numerusform>
752+
<numerusform>%n active connection to Bitcoin network.</numerusform>
753+
<numerusform>%n active connections to Bitcoin network.</numerusform>
754754
</translation>
755755
</message>
756756
<message>
@@ -1376,8 +1376,8 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
13761376
<source>(sufficient to restore backups %n day(s) old)</source>
13771377
<extracomment>Explanatory text on the capability of the current prune target.</extracomment>
13781378
<translation type="unfinished">
1379-
<numerusform></numerusform>
1380-
<numerusform></numerusform>
1379+
<numerusform>(sufficient to restore backups %n day old)</numerusform>
1380+
<numerusform>(sufficient to restore backups %n days old)</numerusform>
13811381
</translation>
13821382
</message>
13831383
<message>

0 commit comments

Comments
 (0)