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

Swiss German Translation #17

Open
like-a-mike opened this issue Jun 12, 2014 · 0 comments
Open

Swiss German Translation #17

like-a-mike opened this issue Jun 12, 2014 · 0 comments

Comments

@like-a-mike
Copy link

Hi there,

I really like your Pebble Watchface and would like to provide a Swiss German Translation below.

Thanks for considering, like-a-mike.

include "strings-sg.h"

const char* const HOURS_SG[] = {
// AM hours
"zwöufi",
"eis",
"zwöi",
"drü",
"vieri",
"füfi",
"sächsi",
"sibni",
"achti",
"nüni",
"zähni",
"eufi",

// PM hours
"zwöufi",
"eis",
"zwöi",
"drü",
"vieri",
"füfi",
"sächsi",
"sibni",
"achti",
"nüni",
"zähni",
"eufi",
};

/**

  • 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_SG[] = {
    "*$1",
    "füf ab *$1",
    "zäh ab *$1",
    "viertu ab *$1",
    "zwänzg ab *$1",
    "füf vor haubi *$2",
    "haubi *$2",
    "füf ab haubi *$2",
    "zwänzg vor *$2",
    "viertu vor *$2",
    "zäh vor *$2",
    "füf vor *$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