remove locales, baguette tous les jours

This commit is contained in:
KikooDX 2021-05-27 22:35:49 +02:00
parent 0cabf02e8b
commit e425f6e1af
2 changed files with 0 additions and 14 deletions

View File

@ -1,19 +1,9 @@
#pragma once
#include "locale.h"
#include <gint/display.h>
#ifdef LANG_FR
#define CHOICE_YES "OUI"
#define CHOICE_NO "NON"
#define CHOICE_OK "OK"
#endif
#ifdef LANG_EN
#define CHOICE_YES "YES"
#define CHOICE_NO "NO"
#define CHOICE_OK "OK"
#endif
#define BUTTON_WIDTH 52
#define BUTTON_HEIGHT 32

View File

@ -1,4 +0,0 @@
#pragma once
/* #define LANG_FR */
#define LANG_EN