softwarerero/meteor-accounts-t9n

don't understand "Translations are currently available for..." on docs?

Closed this issue · 8 comments

I don't understand Translations are currently available for... on docs?
It mean that this package can translation by itself or still config file.

T9n.map('en', {
    "sayHello": 'Hi @{name}'
});

/**
* Kh
*/
T9n.map('kh', {
    "sayHello": '​សួស្តី @{name}'
});

You get translations for accounts-base, accounts-passwords, accounts-entry, accounts-templates-core and billing that come with the module. You can add whatever translations you want or need for you application. I usually have a folder lib/t9n where I put my translations, e.g.:

en =
  name: "Name"

T9n.map "en", en

That way I can use the translations on the client and on the server.

Could I request you for Khmer of Cambodia support?
Or how to do this?

Mh, I do not speak Khmer, but you can easily grab any translation file you find in the folder t9n and translate it yourself. Just send a pull request of your file and I do the rest.

Very thank I will try, because i am not good to use git.

If you do not know how to send a pull request just send me an email with your file.

Thanks again, I will send you.
please give me your email.

now i send you the Khmer already.