To start customizing the translations, you first need to publish them to resources/lang/vendor/snipcart
using this command:
php please vendor:publish --tag=snipcart-translations
The translation of buttons are located in:
resources/lang/vendor/snipcart/{language}/buttons.php
The translation of currencies are located in:
resources/lang/vendor/snipcart/{language}/currencies.php
The translation of length and weight units are located in:
resources/lang/vendor/snipcart/{language}/units.php
You can add your own translations by placing them into: resources/lang/vendor/snipcart/{language}/{filename}.php