Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacmoe/67cf02c35c4a6921808eafec4c748aff to your computer and use it in GitHub Desktop.
Save jacmoe/67cf02c35c4a6921808eafec4c748aff to your computer and use it in GitHub Desktop.
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..."
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment