aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
|
* i18n: don't use locale.hMax Kellermann2008-12-251-5/+10
| | | | | Just for the _() and N_() macros, we don't need to include locale.h - define them in i18n.h.
* disable more features with --enable-miniMax Kellermann2008-11-071-1/+1
| | | | | | | | | | | | | | Disable lots of smaller features which don't have a separate configure option: - xterm title - screen list - horizontal scrolling - MPD version number check - key binding checks - character set conversion - bitrate display - highlighting in the file browser - completion / history
* moved i18n macros to i18n.hMax Kellermann2008-10-021-0/+39
Don't make everybody include ncmpc.h just to have generic features. Move generic i18n macros to a separate header.