aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-02moved i18n macros to i18n.hMax Kellermann1-5/+16
Don't make everybody include ncmpc.h just to have generic features. Move generic i18n macros to a separate header.
2008-09-15manage tag string allocations in a poolMax Kellermann1-0/+28
There are many duplicated strings in the tag database, e.g. many songs having the same artist. Don't allocate such strings twice, manage all strings in a pool.