Skip to content

Commit

Permalink
Merge pull request #59 from koter84/fix
Browse files Browse the repository at this point in the history
Fixes problem with the internationalisation where not setting EZTIME_LANGUAGE define would cause an error. Now correctly defaults to english
  • Loading branch information
ropg authored Oct 6, 2019
2 parents 56031a4 + 4525f66 commit 9667ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ezTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ namespace ezt {
#define STR(x) XSTR(x)
#include STR(lang/EZTIME_LANGUAGE)
#else
#include "lang/ezTime_EN"
#include "lang/EN"
#endif

//
Expand Down

0 comments on commit 9667ca0

Please sign in to comment.