i18n stuff belongs in i18n.c
This commit is contained in:
parent
dd90d90624
commit
0045bbad98
4 changed files with 53 additions and 33 deletions
|
|
@ -152,14 +152,10 @@ extern const language_to_locale_struct language_to_locale_array[];
|
|||
|
||||
/* Function prototypes: */
|
||||
|
||||
void set_langstr(const char *s);
|
||||
int set_current_language(void);
|
||||
int get_current_language(void);
|
||||
void show_lang_usage(FILE * f, const char *const prg);
|
||||
void show_locale_usage(FILE * f, const char *const prg);
|
||||
void setup_language(const char *const prg, int * y_nudge);
|
||||
void do_locale_option(const char *const arg);
|
||||
void ctype_utf8(void);
|
||||
|
||||
void setup_i18n(const char *restrict lang, const char *restrict locale, int *button_label_y_nudge);
|
||||
void smash_i18n(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue