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

Bahasa Indonesia Translation #22

Open
twassil opened this issue Jul 24, 2014 · 0 comments
Open

Bahasa Indonesia Translation #22

twassil opened this issue Jul 24, 2014 · 0 comments

Comments

@twassil
Copy link

twassil commented Jul 24, 2014

Hi Jesse,
I am new to Pebble as well as to GitHub.
Your "fuzzy time" Pebble watchface is very interesting and I would like to contribute Indonesian translation, Bahasa Indonesia.
Please find proposed strings-id.h and strings-id.c files for Bahasa Indonesia below:
-thalut

File string-id.h

pragma once

const char* const HOURS_ID[24];
const char* const RELS_ID[12];

File string-id.c

include "strings-id.h"

const char* const HOURS_ID[] = {
// AM hours
"dua belas",
"satu",
"dua",
"tiga",
"empat",
"lima",
"enam",
"tujuh",
"delapan",
"sembilan",
"sepuluh",
"sebelas",

// PM hours
"dua bulas",
"satu",
"dua",
"tiga",
"empat",
"lima",
"enam",
"tujuh",
"delapan",
"sembilan",
"sepuluh",
"sebelas"
};

/**

  • 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_ID[] = {

"*$1 tepat",

"*$1 lewat lima",

"*$1 lewat sepuluh",

"*$1 lewat seperempat",

"*$1 lewat dua puluh",

"*$1 lewat dua puluh lima",

"setengah *$2",

"*$2 kurang dua puluh lima",

"*$2 kurang dua puluh",

"*$2 kurang seperempat",

"*$2 kurang sepuluh",

"*$2 kurang lima"

};

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