diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-08-22 00:03:31 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-08-22 00:03:31 +0300 |
commit | 2b3d8f3dde383a53f29b7e7ee53ea364d4ef8938 (patch) | |
tree | 8b3598f1988e6b441fdd0a29550b34361e02e9aa /src/qt/locale | |
parent | f5a406f003a060325128db47552089b3254044e3 (diff) |
qt: Handle new added plurals in bitcoin_en.ts
This step was missed. See translation_process.md
Diffstat (limited to 'src/qt/locale')
-rw-r--r-- | src/qt/locale/bitcoin_en.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 7026f49c01..47c002498a 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -749,8 +749,8 @@ Signing is only possible with addresses of the type 'legacy'.</source> <source>%n active connection(s) to Bitcoin network.</source> <extracomment>A substring of the tooltip.</extracomment> <translation type="unfinished"> - <numerusform></numerusform> - <numerusform></numerusform> + <numerusform>%n active connection to Bitcoin network.</numerusform> + <numerusform>%n active connections to Bitcoin network.</numerusform> </translation> </message> <message> @@ -1376,8 +1376,8 @@ Signing is only possible with addresses of the type 'legacy'.</source> <source>(sufficient to restore backups %n day(s) old)</source> <extracomment>Explanatory text on the capability of the current prune target.</extracomment> <translation type="unfinished"> - <numerusform></numerusform> - <numerusform></numerusform> + <numerusform>(sufficient to restore backups %n day old)</numerusform> + <numerusform>(sufficient to restore backups %n days old)</numerusform> </translation> </message> <message> |