🌐 Skip non-essential translations

This commit is contained in:
Scott Lahteine
2021-09-19 19:25:01 -05:00
parent 6014dd9c7b
commit 669b68497c
28 changed files with 30 additions and 311 deletions

View File

@ -256,4 +256,4 @@ namespace Theme {
constexpr PROGMEM uint32_t UTF8_FONT_OFFSET = 10000;
constexpr PROGMEM uint32_t BACKGROUND_OFFSET = 40000;
}; // namespace Theme
} // namespace Theme

View File

@ -385,7 +385,7 @@ namespace Theme {
{CHACK},
{SILENCE, END_SONG, 0}
};
}; // namespace Theme
} // namespace Theme
#define N_ELEMENTS(a) (sizeof(a)/sizeof(a[0]))

View File

@ -40,4 +40,4 @@ namespace Theme {
extern const PROGMEM SoundPlayer::sound_t warble[];
extern const PROGMEM SoundPlayer::sound_t carousel[];
extern const PROGMEM SoundPlayer::sound_t all_instruments[];
}; // namespace Theme
} // namespace Theme