From 2dbe5d67057833d9cb180b2e3a2497cd6e72b743 Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 17 Feb 2026 21:06:50 +0000 Subject: [PATCH] feat: move strings to theme --- hugo.toml | 6 +++--- i18n/en.toml | 10 +--------- i18n/se.toml | 6 ------ themes/sr2 | 2 +- 4 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 i18n/se.toml diff --git a/hugo.toml b/hugo.toml index cbb644e..22eb382 100644 --- a/hugo.toml +++ b/hugo.toml @@ -23,9 +23,9 @@ defaultContentLanguage = 'en' [params.contact] methods = [ - {name = 'telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'}, - {name = 'email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'}, - {name = 'fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'} + {name = 'Telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'}, + {name = 'Email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'}, + {name = 'Fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'} ] [params.feedback] diff --git a/i18n/en.toml b/i18n/en.toml index 6b3ed5a..ecd1d57 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,10 +1,2 @@ -telephone = 'telephone' -email = 'email' -fax = 'fax' -Updated = 'Updated' -'Our Team' = 'Our Team' -'Our Partners' = 'Our Partners' -'Contact Us' = 'Contact Us' 'Location Details' = 'Location Details' -'Address' = 'Address' -'Telephone' = 'Telephone' \ No newline at end of file +'Our Partners' = 'Our Partners' diff --git a/i18n/se.toml b/i18n/se.toml deleted file mode 100644 index 97a46ad..0000000 --- a/i18n/se.toml +++ /dev/null @@ -1,6 +0,0 @@ -telephone = 'telefon' -email = 'epost' -fax = 'fax' -Updated = 'Ändrad' -'Our Team' = 'Vårt Team' -'Contact Us' = 'Kontakta oss' \ No newline at end of file diff --git a/themes/sr2 b/themes/sr2 index ac636ae..1c98952 160000 --- a/themes/sr2 +++ b/themes/sr2 @@ -1 +1 @@ -Subproject commit ac636aeb21edebffc6f744bf966187ab21601d75 +Subproject commit 1c9895212ec3829b7c94f8042c9d0ba060d93d81