diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-08-27 19:32:02 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-08-27 19:33:28 +0200 |
commit | bd4f4a136fc218f0854f5ee5219149ce5b0acdb3 (patch) | |
tree | 204a702d6a68939edc4b816ef481c6542cdbe807 /src/calcurse.h | |
parent | ef0f9e64118559f58e2a4c830d3247b464b6345c (diff) | |
download | calcurse-bd4f4a136fc218f0854f5ee5219149ce5b0acdb3.zip |
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>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 38b18e1..6333946 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -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); |