Shopify


Please follow the following steps in order add the translations for the eCards template:

  1. Click on the language for which you need the translations and copy the code to your clipboard.
  2. On left sidebar of you admin panel, click on the Online Store
  3. Under the Current theme section, select Edit code from the Actions drop down
  4. Navigate to Locales directory
  5. Open the json file corresponding to your language. E.g. en.default.json
  6. Paste the copied code at end of the file before the last curly bracket
  7. Save the file by click on the save button on upper right side or by pressing Ctrl+s
,"vc":{
    "general": {
        "title": "eCards",
        "select_theme": "Select a theme",
        "all_themes": "All",
        "write_card": "Write your card"
    },
    "label": {
        "sender": "Sender",
        "recipient": "Recipient",
        "full_name": "Full name",
        "email_address": "Email",
        "card_message": "Card message",
        "remaining_characters": "remaining characters",
        "send_card": "Send the card"
    },
    "placeholder": {
        "full_name": "Full name",
        "email_address": "name@domain.com"
    }
}
				
,"vc":{
    "general": {
        "title": "Cartes virtuelles",
        "select_theme": "Sélectionnez un thème",
        "all_themes": "Tous",
        "write_card": "Écrivez votre carte"
    },
    "label": {
        "sender": "Expéditeur",
        "recipient": "Destinataire",
        "full_name": "Nom complet",
        "email_address": "Email",
        "card_message": "Message de la carte",
        "remaining_characters": "caractères restants",
        "send_card": "Envoyer la carte"
    },
    "placeholder": {
        "full_name": "Nom complet",
        "email_address": "nom@domaine.com"
    }
}