Page MenuHome GnuPG

po: add portuguese primary key deletion message
AbandonedPublic

Authored by matheusmoreira on May 2 2019, 5:16 AM.

Details

Summary
  • po/pt.po: Translate primary key deletion confirmation message.

Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>

Test Plan

Given an environment configured to use the portuguese language and a temporary gpg home with primary and subordinate keys:

$ agent/gpg-agent --daemon --homedir $XDG_RUNTIME_DIR/gnupg-git
$ g10/gpg --homedir $XDG_RUNTIME_DIR/gnupg-git --batch --passphrase '' --default-new-key-algo 'rsa1024/cert+rsa1024/sign' --quick-gen-key test
$ PRIMARY=$(g10/gpg --homedir $XDG_RUNTIME_DIR/gnupg-git -K --with-subkey-fingerprint --with-colons | awk -F: '/fpr/ { print $10 }' | head -1)

Attempting to delete the $PRIMARY! key should result in a third confirmation prompt in portuguese warning about the fact the user's primary key is about to be deleted.

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped