forked from sr2/www.sr2.uk
feat: move strings to theme
This commit is contained in:
parent
5402a2b706
commit
2dbe5d6705
4 changed files with 5 additions and 19 deletions
|
|
@ -23,9 +23,9 @@ defaultContentLanguage = 'en'
|
||||||
|
|
||||||
[params.contact]
|
[params.contact]
|
||||||
methods = [
|
methods = [
|
||||||
{name = 'telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'},
|
{name = 'Telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'},
|
||||||
{name = 'email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'},
|
{name = 'Email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'},
|
||||||
{name = 'fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
|
{name = 'Fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
|
||||||
]
|
]
|
||||||
|
|
||||||
[params.feedback]
|
[params.feedback]
|
||||||
|
|
|
||||||
10
i18n/en.toml
10
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'
|
'Location Details' = 'Location Details'
|
||||||
'Address' = 'Address'
|
'Our Partners' = 'Our Partners'
|
||||||
'Telephone' = 'Telephone'
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
telephone = 'telefon'
|
|
||||||
email = 'epost'
|
|
||||||
fax = 'fax'
|
|
||||||
Updated = 'Ändrad'
|
|
||||||
'Our Team' = 'Vårt Team'
|
|
||||||
'Contact Us' = 'Kontakta oss'
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ac636aeb21edebffc6f744bf966187ab21601d75
|
Subproject commit 1c9895212ec3829b7c94f8042c9d0ba060d93d81
|
||||||
Loading…
Add table
Add a link
Reference in a new issue