Skip to content

Commit 0de17d3

Browse files
committed
change french locale name to FR to use country code
1 parent 12d4345 commit 0de17d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lang/language_select.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
// If you're using original Arduino IDE you can force a definition of TC_LOCALE here. Commented out example below.
1515
// For example if we wanted french with only ASCII (32..126)
1616
//
17-
// #define TC_LOCALE_FRENCH
17+
// #define TC_LOCALE_FR
1818
// #define TC_LOCAL_ASCII
1919
//
2020

2121

2222
#if __has_include(<project_locale.h>)
2323
# include <project_locale.h>
24-
#elif defined(TC_LOCALE_FRENCH)
24+
#elif defined(TC_LOCALE_FR)
2525
#if defined(TC_LOCAL_ASCII)
2626
# include "language_fr_ascii.h"
2727
#else

0 commit comments

Comments
 (0)