- Issue created by @phparkle
- 🇭🇰Hong Kong phparkle
I just found that this module which works with Gin:
https://www.drupal.org/project/toolbar_language_switcher →
However, it uses the fallback square icon.
Maybe we can add the globe icon to the SVG sprites to make this look nicer...
- 🇩🇪Germany simonbaese Berlin
The
tmgmt
icon could be used for the language switcher.Add something like the following to the
toolbar.scss
..toolbar-icon-language { &:before { mask-image: icon('tmgmt'); } }
- 🇦🇹Austria hudri Austria
I think this should go into toolbar_language_switcher module, not into gin theme. Gin has more than 40k installs, the other module has ~650 installs.
- Status changed to Needs work
about 1 year ago 7:45am 5 October 2023 - 🇨🇭Switzerland saschaeggi Zurich
It's fine to add it to Gin directly. Can you create an MR with the suggestion from #7?
- @simonbaese opened merge request.
- 🇩🇪Germany simonbaese Berlin
Before:
After:
Not sure, if this is covering everything.
@phparkle Can you please test this?
- Status changed to Needs review
about 1 year ago 10:57pm 5 October 2023 - Status changed to RTBC
about 1 year ago 3:47am 6 October 2023 -
saschaeggi →
committed 7efec394 on 8.x-3.x authored by
simonbaese →
Issue #3388139: Add icon for Toolbar Language Switcher module
-
saschaeggi →
committed 7efec394 on 8.x-3.x authored by
simonbaese →
- Status changed to Fixed
about 1 year ago 9:06am 6 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.