Giter Site home page Giter Site logo

i18n support about mailgen HOT 7 CLOSED

eladnava avatar eladnava commented on August 26, 2024
i18n support

from mailgen.

Comments (7)

eladnava avatar eladnava commented on August 26, 2024

Hi @bjrmatos,
What an excellent suggestion!

Currently, the only phrases/words that need to be localized are:

  • "Hi {name}"
  • "Yours truly"
  • "All rights reserved"

I'm thinking it would be better if we would make it possible to let users override these phrases with their own, thereby also making it possible to localize them, as well as customize the English ones (some companies wouldn't want to end their e-mails with "Yours truly" for example).

I think it would simply be harder to internationalize each Mailgen theme into 20+ languages and would allow for less flexibility in the end.

So what I'm thinking is the following for overriding the copyright:

// Configure mailgen by setting a theme and your product info
var mailGenerator = new Mailgen({
    theme: 'default',
    product: {
        name: 'Mailgen',
        // Optional override theme's copyright notice
        copyright: '(C) 2016 Mailgen.js'
    }
});

And this is how you would override the rest:

var email = {
    body: {
        greeting: 'Dear', // Optionally override 'Hi'
        name: 'John Appleseed',
        intro: 'Welcome to Mailgen! We’re very excited to have you on board.',
        outro: 'Need help, or have questions? Just reply to this email, we\'d love to help.',
        signature: 'Sincerely' // Optionally override 'Yours truly'
    }
};

This way, you can both customize and internationalize these static phrases in the templates.

What do you think @bjrmatos?

from mailgen.

bjrmatos avatar bjrmatos commented on August 26, 2024

I'm thinking it would be better if we would make it possible to let users override these phrases with their own, thereby also making it possible to localize them, as well as customize the English ones (some companies wouldn't want to end their e-mails with "Yours truly" for example).

I think it would simply be harder to internationalize each Mailgen theme into 20+ languages and would allow for less flexibility in the end.

yes, you're right it'll be harder with more themes, your approach sounds better to me 😄

in the case of new themes, each theme will need to define the custom properties that will allow override the phrases, right? sounds really good to me!

from mailgen.

eladnava avatar eladnava commented on August 26, 2024

@bjrmatos Yep! I'm thinking of simply adding new variables that will be available to the themes, e.g. product.copyright, greeting, and signature, which can be overridden with user-supplied phrases.

These variables will fallback to the current English phrases if not supplied by the user.

from mailgen.

eladnava avatar eladnava commented on August 26, 2024

@bjrmatos Let me know if you'd like to work on this yourself, and if not, I'd be glad to do it as well. 👍

from mailgen.

bjrmatos avatar bjrmatos commented on August 26, 2024

@eladnava great! unfortunately i only have time on weekends, if you have time to implement this please do! if not i will take care of this in the coming weekend 👍

from mailgen.

eladnava avatar eladnava commented on August 26, 2024

@bjrmatos No problem! Found some time and implemented this:
https://github.com/eladnava/mailgen#language-customizations

Thanks again for your suggestion! =)

from mailgen.

bjrmatos avatar bjrmatos commented on August 26, 2024

you're awesome! ❤️

from mailgen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.