Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jacmoe/67cf02c35c4a6921808eafec4c748aff to your computer and use it in GitHub Desktop.

Select an option

Save jacmoe/67cf02c35c4a6921808eafec4c748aff to your computer and use it in GitHub Desktop.

Revisions

  1. jacmoe revised this gist Mar 12, 2017. 2 changed files with 15 additions and 15 deletions.
    15 changes: 15 additions & 0 deletions Danish localisations for buttons
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    these are all my text strings at the moment.
    i store them like this per language:

    wchar_t* g_danish_strings[] = {
    [TEXT_STRING_NAME_OF_LANG] = L"Dansk",
    [TEXT_STRING_NEW_GAME] = L"Nyt Spil",
    [TEXT_STRING_QUIT] = L"Afslut",
    [TEXT_STRING_OPTIONS] = L"Valgmuligheder",
    [TEXT_STRING_HOST] = L"Nyt Spil",
    [TEXT_STRING_JOIN] = L"Tilslut Spil",
    [TEXT_STRING_CANCEL] = L"Fortryd",
    [TEXT_STRING_START] = L"Start",
    [TEXT_STRING_IP_ADDRESS] = L"IP Addresse",
    [TEXT_STRING_CONNECTING] = L"Forbinder..."
    };
    15 changes: 0 additions & 15 deletions localisations for buttons
    Original file line number Diff line number Diff line change
    @@ -1,15 +0,0 @@
    these are all my text strings at the moment.
    i store them like this per language:

    wchar_t* g_english_strings[] = {
    [TEXT_STRING_NAME_OF_LANG] = L"English",
    [TEXT_STRING_NEW_GAME] = L"New Game",
    [TEXT_STRING_QUIT] = L"Quit",
    [TEXT_STRING_OPTIONS] = L"Options",
    [TEXT_STRING_HOST] = L"Host Game",
    [TEXT_STRING_JOIN] = L"Join Game",
    [TEXT_STRING_CANCEL] = L"Cancel",
    [TEXT_STRING_START] = L"Start",
    [TEXT_STRING_IP_ADDRESS] = L"IP Address",
    [TEXT_STRING_CONNECTING] = L"Connecting..."
    };
  2. @capnramses capnramses created this gist Mar 12, 2017.
    15 changes: 15 additions & 0 deletions localisations for buttons
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    these are all my text strings at the moment.
    i store them like this per language:

    wchar_t* g_english_strings[] = {
    [TEXT_STRING_NAME_OF_LANG] = L"English",
    [TEXT_STRING_NEW_GAME] = L"New Game",
    [TEXT_STRING_QUIT] = L"Quit",
    [TEXT_STRING_OPTIONS] = L"Options",
    [TEXT_STRING_HOST] = L"Host Game",
    [TEXT_STRING_JOIN] = L"Join Game",
    [TEXT_STRING_CANCEL] = L"Cancel",
    [TEXT_STRING_START] = L"Start",
    [TEXT_STRING_IP_ADDRESS] = L"IP Address",
    [TEXT_STRING_CONNECTING] = L"Connecting..."
    };