Skip to content

Commit b1c4a4e

Browse files
committed
Merge bitcoin-core#406: Handle new added plurals in bitcoin_en.ts
2b3d8f3 qt: Handle new added plurals in bitcoin_en.ts (Hennadii Stepanov) Pull request description: This step was missed. See [`translation_process.md`](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#handling-plurals-in-source-files). Transifex is smart enough to handle `%n` in strings as a plural form. Therefore, only two English strings are broken in the GUI on master (and in 22.0). ACKs for top commit: laanwj: ACK 2b3d8f3 Tree-SHA512: d39c0da8a295fd7a42e7f2ca3cf5b4f7704c2bdeccdeb10392b37e06dc8577295c9fefbdd5442824639f31c3d014b025a9b937f0b3f630a8ebc977451a5f14f5
2 parents 1bbe289 + 2b3d8f3 commit b1c4a4e

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)