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

Enhancements for dutch language #100

Closed
ziggyke opened this issue Sep 26, 2016 · 5 comments
Closed

Enhancements for dutch language #100

ziggyke opened this issue Sep 26, 2016 · 5 comments
Assignees

Comments

@ziggyke
Copy link

ziggyke commented Sep 26, 2016

I've checked the source and found in:
ReplyWithHeader/ReplyWithHeader/Resources/nl.lproj/MailHeader.strings

The following:

    "STRING_DATE" = "Datum";
    "STRING_REPLY_TO" = "Reply-To";
    "STRING_SENT" = "Datum";
    "STRING_WROTE" = "het volgende geschreven";
    "STRING_FORWARDED_MESSAGE" = "het volgende geschreven";
    "STRING_UPDATE_WINDOW_SUBTITLE" = "Een nieuwe versie van %@ beschikbaar!";

It should be:

    "STRING_DATE" = "Ontvangen"; (because I think you mean the date that the mail has been received or am I wrong? And if you change this, will it affect the code/layout in config.plist?)
    "STRING_REPLY_TO" = "Antwoorden Aan";
    "STRING_SENT" = "Verzonden"; (because I think you mean the date that the mail has been send or am I wrong? And if you change this, will it affect the code/layout in config.plist?)
    "STRING_WROTE" = "Geschreven:";
    "STRING_FORWARDED_MESSAGE" = "Doorgestuurd bericht:";
    "STRING_UPDATE_WINDOW_SUBTITLE" = "Een nieuwe versie van %@ is beschikbaar!";

Thanks to take a look into this and change it, if you want.

@jeevatkm jeevatkm self-assigned this Sep 26, 2016
@jeevatkm
Copy link
Owner

Thanks for your help @ziggyke

I can update this one straight away-

"STRING_UPDATE_WINDOW_SUBTITLE" = "Een nieuwe versie van %@ is beschikbaar!";

However, I have to cross check with Mail.app internal values for (since it's used for header manipulation) -

"STRING_DATE" = "Datum";
"STRING_REPLY_TO" = "Reply-To";
"STRING_SENT" = "Datum";
"STRING_WROTE" = "het volgende geschreven";
"STRING_FORWARDED_MESSAGE" = "het volgende geschreven";

I took these values from Mail.app long ago.

@ziggyke
Copy link
Author

ziggyke commented Sep 26, 2016

You're welcome.
Thanks that you would like to investigate this, Can I check in Mail.app for the values or do you have a dutch system available?

If you need help in this I'm glade to help.

@jeevatkm
Copy link
Owner

I don't have dutch system, I use en-US.

I use this languageswitcher app for localization testing.

@jeevatkm
Copy link
Owner

I have updated window subtitle with v5.2-beta. you can download it right away.

@jeevatkm
Copy link
Owner

Closing it for v5.2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants