feat: Support for country flags emojis (#5782)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Alan Escarcha
2025-04-18 20:09:10 -03:00
committed by GitHub
parent 510056fbbc
commit ceb9c7e742
6 changed files with 16 additions and 2 deletions

View File

@@ -4,9 +4,11 @@
<script>
import { setPageLocale } from "./util-frontend";
import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";
export default {
created() {
setPageLocale();
},
};
polyfillCountryFlagEmojis();
</script>