Skip to content

Commit

Permalink
Update to latest theme and add social i18n translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Oct 17, 2024
1 parent 70e9dcc commit eed601b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ params:
titleShort: EHRI-UK
facebookUrl: 'https://facebook.com/EHRIproject'
twitterUrl: 'https://twitter.com/EHRIproject'
linkedinUrl: 'https://www.linkedin.com/company/ehri-european-holocaust-research-infrastructure'

# `contactName` and `contactEmail` are used to populate the contact page.
contactName: EHRI UK
Expand Down
26 changes: 25 additions & 1 deletion i18n/cy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,28 @@ contact_thanks:
other: Diolch am eich neges

contact_back:
other: Ewch yn ôl i'r ffurflen
other: Ewch yn ôl i'r ffurflen

social_media:
other: Cyfryngau Cymdeithasol

social_follow_us:
other: Dilynwch ni ar gyfryngau cymdeithasol

social_facebook:
other: Facebook

social_facebook_follow:
other: Dilynwch ni ar Facebook

social_x:
other: X (gynt Twitter)

social_x_follow:
other: Dilynwch ni ar X (gynt Twitter)

social_linkedin:
other: LinkedIn

social_linkedin_follow:
other: Dilynwch ni ar LinkedIn
2 changes: 1 addition & 1 deletion themes/ehri-nn
Submodule ehri-nn updated 44 files
+4 −4 assets/scss/_components.scss
+139 −21 assets/scss/fa/_animated.scss
+12 −17 assets/scss/fa/_bordered-pulled.scss
+37 −6 assets/scss/fa/_core.scss
+3 −2 assets/scss/fa/_fixed-width.scss
+57 −0 assets/scss/fa/_functions.scss
+8 −787 assets/scss/fa/_icons.scss
+0 −13 assets/scss/fa/_larger.scss
+8 −9 assets/scss/fa/_list.scss
+54 −42 assets/scss/fa/_mixins.scss
+0 −15 assets/scss/fa/_path.scss
+25 −14 assets/scss/fa/_rotated-flipped.scss
+12 −3 assets/scss/fa/_screen-reader.scss
+1,578 −0 assets/scss/fa/_shims.scss
+16 −0 assets/scss/fa/_sizing.scss
+22 −10 assets/scss/fa/_stacked.scss
+5,017 −796 assets/scss/fa/_variables.scss
+30 −0 assets/scss/fa/brands.scss
+0 −18 assets/scss/fa/font-awesome.scss
+21 −0 assets/scss/fa/fontawesome.scss
+27 −0 assets/scss/fa/regular.scss
+27 −0 assets/scss/fa/solid.scss
+11 −0 assets/scss/fa/v4-shims.scss
+7 −1 assets/scss/styles.scss
+26 −1 i18n/en.yaml
+1 −1 layouts/contact/single.html
+1 −1 layouts/partials/footer-menu-3.html
+1 −1 layouts/partials/latest-card.html
+1 −1 layouts/partials/people.html
+17 −6 layouts/partials/social.html
+ static/fonts/FontAwesome.otf
+ static/fonts/fa-brands-400.ttf
+ static/fonts/fa-brands-400.woff2
+ static/fonts/fa-regular-400.ttf
+ static/fonts/fa-regular-400.woff2
+ static/fonts/fa-solid-900.ttf
+ static/fonts/fa-solid-900.woff2
+ static/fonts/fa-v4compatibility.ttf
+ static/fonts/fa-v4compatibility.woff2
+ static/fonts/fontawesome-webfont.eot
+0 −2,671 static/fonts/fontawesome-webfont.svg
+ static/fonts/fontawesome-webfont.ttf
+ static/fonts/fontawesome-webfont.woff
+ static/fonts/fontawesome-webfont.woff2

0 comments on commit eed601b

Please sign in to comment.