We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d4345 commit 0de17d3Copy full SHA for 0de17d3
src/lang/language_select.h
@@ -14,14 +14,14 @@
14
// If you're using original Arduino IDE you can force a definition of TC_LOCALE here. Commented out example below.
15
// For example if we wanted french with only ASCII (32..126)
16
//
17
-// #define TC_LOCALE_FRENCH
+// #define TC_LOCALE_FR
18
// #define TC_LOCAL_ASCII
19
20
21
22
#if __has_include(<project_locale.h>)
23
# include <project_locale.h>
24
-#elif defined(TC_LOCALE_FRENCH)
+#elif defined(TC_LOCALE_FR)
25
#if defined(TC_LOCAL_ASCII)
26
# include "language_fr_ascii.h"
27
#else
0 commit comments