Skip to content

Instantly share code, notes, and snippets.

View jeroenalewijns's full-sized avatar

Jeroen Alewijns jeroenalewijns

View GitHub Profile
@aadmathijssen
aadmathijssen / find-i18n-duplicates.php
Last active July 26, 2024 11:50
Find exact and approximate duplicates of source translations.
<?php
declare(strict_types=1);
namespace I18nDuplicateFinder;
use RuntimeException;
use SplFileObject;
use function array_key_exists;
@matt-bailey
matt-bailey / customer_account.xml
Last active July 3, 2023 23:10
Disable My Account sidebar links in Magento 2
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<!-- Remove unwanted account navigation links -->