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

Belgian Dutch translation #25

Open
DaNarNi opened this issue Dec 21, 2014 · 0 comments
Open

Belgian Dutch translation #25

DaNarNi opened this issue Dec 21, 2014 · 0 comments

Comments

@DaNarNi
Copy link

DaNarNi commented Dec 21, 2014

Hi

Can you implement Belgian dutch translation?

include "strings-nl_BE.h"

const char* const HOURS_NL_BE[] = {
// 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"
};

/**

  • The string "$1" will be replaced with the current hour (e.g., "three"
  • at 3:45). The string "$2" will be replaced with the next hour
  • (e.g., "four" at 3:45).
    *
  • A "" character before a word makes that word bold.
    */
    const char
    const RELS_NL_BE[] = {
    "*$1 uur",
    "vijf over *$1",
    "tien over *$1",
    "kwart over *$1",
    "twintig over *$1",
    "vijf voor half *$2",
    "half *$2",
    "vijf over half *$2",
    "twintig voor *$2",
    "kwart voor *$2",
    "tien voor *$2",
    "vijf voor *$2"
    };
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

1 participant