We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a4491 commit fd72bb5Copy full SHA for fd72bb5
components/retro-go/translations.h
@@ -1,6 +1,10 @@
1
#include "rg_localization.h"
2
3
-static const char *language_names[RG_LANG_MAX] = {"English", "Francais", "German"};
+static const char *language_names[RG_LANG_MAX] = {
4
+ [RG_LANG_EN] = "English",
5
+ [RG_LANG_FR] = "Francais",
6
+ [RG_LANG_DE] = "German",
7
+};
8
9
static const char *translations[][RG_LANG_MAX] =
10
{
0 commit comments