Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fench localization, keywords localization, and... #4

Merged
merged 3 commits into from
Oct 31, 2012

Conversation

NicoDuclos
Copy link
Contributor

I had 3 things to the plugin :

  • the french localization,
  • keywords localization : the keywords depend on the language we are in, there can be conflicts between french and english for example,
  • I had a regexp to only check the message I am writing not what is quoted in a reply.

"anbei", "im anhang", "attaching", ".doc", ".pdf", "adjunto",
"angehängt", "angefügt", "beigefügt", "beliegend", "附件","附加","附檔","附上","附加檔案"
];
keyword = rcmail.gettext('keywords', 'attachment_reminder').split(",").concat([".doc", ".pdf"]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keywords localization

thomasysliu added a commit that referenced this pull request Oct 31, 2012
Added French localization, keywords localization, and...
@thomasysliu thomasysliu merged commit fa772b0 into thomasysliu:master Oct 31, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants