CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
I18n.cpp File Reference

Translation lookup with English fallback in rodata and overlay translations loaded at runtime from a JSON file on the plugins FAT. More...

#include "cdc_ui/I18n.h"
#include "cdc_core/Raii.h"
#include "cdc_core/Cp437.h"
#include "cdc_ui/PsramCjson.h"
#include "cdc_log.h"
#include "cJSON.h"
#include "esp_err.h"
#include "nvs.h"
#include "nvs_flash.h"
#include <dirent.h>
#include <algorithm>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>

Go to the source code of this file.

Namespaces

namespace  cdc
namespace  cdc::ui
 Centralized key-code constants for cdc_views.

Variables

static const char * cdc::ui::TAG = "I18n"

Detailed Description

Translation lookup with English fallback in rodata and overlay translations loaded at runtime from a JSON file on the plugins FAT.

Definition in file I18n.cpp.