Display translated help pages
Use an algorithm similar to gettext's locale resolution to find an appropriate translation to display. Fall back to the English version. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -757,6 +757,7 @@ void io_load_app(void);
|
||||
void io_load_todo(void);
|
||||
void io_load_keys(const char *);
|
||||
int io_check_dir(const char *);
|
||||
unsigned io_dir_exists(const char *);
|
||||
unsigned io_file_exists(const char *);
|
||||
int io_check_file(const char *);
|
||||
int io_check_data_files(void);
|
||||
|
||||
Reference in New Issue
Block a user