6 lines
90 B
C
6 lines
90 B
C
#include "include.h"
|
|
|
|
const char * const i18n_en[] = {
|
|
[STR_CLOCK] = "Clock",
|
|
};
|