|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Internationalization with English fallbacks in code and overlay translations loaded at runtime from a VFAT JSON file. More...
#include "cdc_core/Raii.h"#include <cstdint>#include <cstddef>#include <functional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | cdc::ui::I18nEntry |
| Single English translation entry. More... | |
| struct | cdc::ui::OverlayLanguage |
| Internationalization singleton. More... | |
| class | cdc::ui::I18n |
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| const char * | cdc::ui::tr (const char *key) |
| Look up a translation by string key. | |
Internationalization with English fallbacks in code and overlay translations loaded at runtime from a VFAT JSON file.
Architecture:
Key conventions:
Definition in file I18n.h.