diff --git a/src/apps/aboutsystem/Credits.h b/src/apps/aboutsystem/Credits.h index ddc8fffe8b..67f4796734 100644 --- a/src/apps/aboutsystem/Credits.h +++ b/src/apps/aboutsystem/Credits.h @@ -11,11 +11,13 @@ #ifndef CREDITS_H #define CREDITS_H + typedef struct { const char* languageCode; const char* names; } Translation; + static const Translation kTranslations[] = { { "ar", "Khaled Berraoui (khallebal)\n" @@ -385,4 +387,5 @@ static const Translation kTranslations[] = { "Jonathan Yoder\n" \ "\n" + #endif // CREDITS_H