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

Dutch text strings #15

Open
NSURLSession0 opened this issue May 6, 2014 · 2 comments
Open

Dutch text strings #15

NSURLSession0 opened this issue May 6, 2014 · 2 comments

Comments

@NSURLSession0
Copy link

I translated to Dutch:

const char* const HOURS_NL[] = {
// AM hours
"twaalf",
"een",
"twee",
"drie",
"vier",
"vijf",
"zes",
"zeven",
"acht",
"negen",
"tien",
"elf",

// PM hours
"twaalf",
"een",
"twee",
"drie",
"vier",
"vijf",
"zes",
"zeven",
"acht",
"negen",
"tien",
"elf"
};

const char* const RELS_NL[] = {
"*$1 uur",
"vijf over *$1",
"tien over *$1",
"kwart over *$1",
"tien voor half *$2",
"vijf voor half *$2",
"half *$2",
"vijf over half *$2",
"tien over half *$2",
"kwart voor *$2",
"tien voor *$2",
"vijf voor *$2"
};

@MichielDeMey
Copy link

+1

@Yggdrasil
Copy link

I can vouch for the correctness of the translation. I'd love to see this merged!

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

No branches or pull requests

3 participants