diff options
author | HombreLaser <sebastian-440@live.com> | 2023-10-01 17:19:25 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-10-01 17:19:25 -0600 |
commit | ccbe692e598116e5f586c4ed6c148af272ac9002 (patch) | |
tree | c3a7300b900b643265934442c6b41482405fd297 /_i18n | |
parent | 7d08bef8df1c0736870386c1b9a40439481cd31c (diff) |
Add email
Diffstat (limited to '_i18n')
-rw-r--r-- | _i18n/en.yml | 1 | ||||
-rw-r--r-- | _i18n/es.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_i18n/en.yml b/_i18n/en.yml index 01f5f96..2a31b0c 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -34,6 +34,7 @@ about_me_page: address: Address server: Server irc_notes: "Sometimes online, sometimes not, but don't worry, I'm hosting a bouncer. I'll read your message sooner or later." + pgp_key: PGP public key about_page: made_in: "Blog made in " used_theme: "Using the jekyll-clean theme, by scotte. You can find it " diff --git a/_i18n/es.yml b/_i18n/es.yml index 861658d..419a3d7 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -34,6 +34,7 @@ about_me_page: address: Dirección server: Servidor irc_notes: "A veces disponible, a veces no, pero no te preocupes, tengo un bouncer configurado. Leeré tu mensaje tarde o temprano." + pgp_key: Llave pública PGP about_page: made_in: "Blog hecho en" used_theme: "Usando el tema jekyll-clean, por scotte. Lo puedes encontrar" |