You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
};
The text was updated successfully, but these errors were encountered:
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"
};
The text was updated successfully, but these errors were encountered: