Online editor for easier translating of Shopify language CSV files.
shopify-translator.luca-vogels.com
This project is just a quick and dirty solution that fits my needs.
In my opinion it makes editing Shopify language CSV files easier than e.g. with Excel and I just wanted to share it with you guys.
Do what ever you want with it :)
Simply open following link to use the online version:
shopify-translator.luca-vogels.com
Requires Node to be installed.
- Clone this repository:
git clone https://github.com/luca-vogels/shopify-translator
- Install dependencies:
npm install --save --save-dev
- Run server:
npm run dev
- Access through browser by opening: localhost:80
Requires Docker to be installed.
- Clone this repository:
git clone https://github.com/luca-vogels/shopify-translator
- Start container
npm run docker