[Watchface] Simple DIN [German/English/Francais/Spanish/Italian]

SamuelBrynerSamuelBryner Posts: 6Member Pebbler
Hi guys,

My take on Simplicity. In German and of course with a german typeface. Made in Switzerland.

image
Download

Languages:

German (Deutsch)
English
Spanish (Español)
French (Français)
Italian (Italiano)

Screenhshot:

image

Updates

2014 / 6 / 9
Post edited by SamuelBryner on
·

Comments

  • JaphethThomsonJaphethThomson Posts: 31Member
    Ooo... this is nice!

    I live in an English-speaking country, but I know weekdays and months in German... I could get used to it  ;)
    I made a watch face! Flip Clock
    ·
  • RobinHodgesRobinHodges Posts: 3Member
    I would love a version of this in English if possible!

    Or perhaps you can post the source and someone else can translate?

    Thanks,

    Rob
    ·
  • JaphethThomsonJaphethThomson Posts: 31Member
    edited April 2013
    Yeah, I'd be happy to translate if you posted the source
    Post edited by JaphethThomson on
    I made a watch face! Flip Clock
    ·
  • HAGEGEPHILIPPEHAGEGEPHILIPPE Posts: 23Member
    Hi,

    The same in French would be nice too.
    Here is the translation of week days and month, in French and English

    Week Days

    Montag -> Lundi -> Monday
    Dienstag -> Mardi -> Tuesday
    Mittwoch -> Mercredi -> Wednesday
    Donnerstag -> Jeudi -> Thursday
    Freitag -> Vendredi -> Friday
    Samstag -> Samedi -> Saturday
    Sonntag -> Dimanche -> Sunday

    Month

    1 - Janvier -> January
    2 - Février -> February
    3 - Mars -> March
    4 - Avril -> April
    5 - Mai -> May
    6 - Juin -> June
    7 - Juillet -> July
    8 - Août -> August
    9 - Septembre -> September
    10 - Octobre -> October
    11 - Novembre -> November
    12 - Décembre -> December

    Thanks a lot if you create a French version
     
    ·
  • JayFKayJayFKay Posts: 5Member
    Really cool. Thanks for the German one... :)
    analogue native in a digital world » jay-f-kay.com | hoomygumb.com
    ·
  • johnlagojohnlago Posts: 2Member
    This is awesome. Any chance you could post the source code? Or better yet, an English version? Thanks!
    ·
  • kusmikusmi Posts: 16Member
    Still my favorite one...
    ·
  • SamuelBrynerSamuelBryner Posts: 6Member Pebbler
    Woah, thanks guys :D Any other desired languages?
    I updated the original post with the new download links. I really hope I didn't made any typos (I already discovered one in the german version).

    I'm somewhat hesitant to publish the source, as I don't have the rights to publish the font. I could upload it without but what use would it be when you can't actually compile it?

    Anyway, here are the translations I used (thanks Philippe!):

    German:
    const char* const WEEKDAYS[] = {
        "Sonntag",
        "Montag",
        "Dienstag",
        "Mittwoch",
        "Donnerstag",
        "Freitag",
        "Samstag"
    };

    const char* const MONTHS[] = {
        "Januar",
        "Februar",
        "März",
        "April",
        "Mai",
        "Juni",
        "Juli",
        "August",
        "September",
        "Oktober",
        "November",
        "Dezember"
    };


    English:
    const char* const WEEKDAYS[] = {
        "Sunday",
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday"
    };

    const char* const MONTHS[] = {
        "January",
        "February",
        "March",
        "April",
        "May",
        "June",
        "July",
        "August",
        "September",
        "Oktober",
        "November",
        "December"
    };


    French:
    const char* const WEEKDAYS[] = {
        "Dimanche",
        "Lundi",
        "Mardi",
        "Mercredi",
        "Jeudi",
        "Vendredi",
        "Dimanche"
    };

    const char* const MONTHS[] = {
        "Janvier",
        "Février",
        "Mars",
        "Avril",
        "Mai",
        "Juin",
        "Juillet",
        "Août",
        "September",
        "Octobre",
        "Novembre",
        "Décembre"
    };

    ·
  • PietroMontorfanoPietroMontorfano Posts: 19Member
    Italian:
    const char* const WEEKDAYS[] = {
        "Domenica",
        "Lunedi",
        "Martedi",
        "Mercoledi",
        "Giovedi",
        "Venerdi",
        "Sabato"
    };

    const char* const MONTHS[] = {
        "Gennaio",
        "Febbraio",
        "Marzo",
        "Aprile",
        "Maggio",
        "Giugno",
        "Luglio",
        "Agosto",
        "Settembre",
        "Ottobre",
        "Novembre",
        "Dicembre"
    };
    ·
  • Jose_LuisJose_Luis Posts: 274Member Regular
    edited May 2013

    Spanish:
    const char* const WEEKDAYS[] = {
    "Domingo",
    "Lunes",
    "Martes",
    "Miércoles",
    "Jueves",
    "Viernes",
    "Sábado"
    };

    const char* const MONTHS[] = {
    "Enero",
    "Febrero",
    "Marzo",
    "Abril",
    "Mayo",
    "Junio",
    "Julio",
    "Agosto",
    "Septiembre",
    "Octubre",
    "Noviembre",
    "Diciembre"

    };

     

    Accents (in Wednesday and Saturday) are not necessary in case they are not allowed with the font selected.

    Thank you!

    Post edited by Jose_Luis on

    iPhone 5S (iOS 7.0.6 Jailbreak)

    ·
  • KarlheinzAgsteinerKarlheinzAgsteiner Posts: 9Member Pebbler
    Just wanted to say a big "thanks" for this one. This is the watchface I'm actually using most of the time for weeks now. Simple, beautiful, elegant. Those guys from Switzerland just have what it takes to make good watches :-)
    ·
  • Jose_LuisJose_Luis Posts: 274Member Regular
    Once it´s in Spanish, it will be one of the 8 installed in my watch.

    iPhone 5S (iOS 7.0.6 Jailbreak)

    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    edited May 2013
    Guys, I solved translations problem by creating java code which outputs C code ready to use in your watchface. You can find it in my github along with scripts I use to make different watchfaces by one command. You can also find its output here. The one I linked at IDEone is especially interesting because it not only produce tables with translated days/months, but also functions to display it in correct order for that locale (US get MM/DD, GB get DD/MM), and all that for 31 languages. 

    It always can be tuned for even more, current impementation normalizes all the letters (no special letters - languages without way to do that are blacklisted in the code), use prefixes (Spaniards get 'DD de MM') and capitalizes all of the letters for design purposes. Code can be tuned in any way you like.
    Post edited by LukaszZalewski on
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • Vincent01Vincent01 Posts: 63Member Pebbler
    edited May 2013
    @Samuel Bryner Possible to make a 12H version of this?  Thanks
    Post edited by Vincent01 on
    ·
  • amineamine Posts: 1Member
    THNAKS VERY MUCH FOR THIS BUT DON'T WORK ON SDK2
    ·
  • SamuelBrynerSamuelBryner Posts: 6Member Pebbler
    Hi all,
    It's been a long time. Sorry for the delay, but you know, life...

    Simple DIN is now compatible with SDK 2 and I also added the spanish and italian translations. I updated the links in the orignal post.

    I didn't exhaustively test all languages (I didn't want to wait another year), so there might still be bugs. The spanish accents should work however.
    ·
Sign In or Register to comment.