Add i18n support with gettext
[moonshot-ui.git] / config.vapi
1 [CCode (prefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
2 namespace Config
3 {
4         /* Package information */
5         public const string PACKAGE_NAME;
6         public const string PACKAGE_STRING;
7         public const string PACKAGE_VERSION;
8
9         /* Gettext package */
10         public const string GETTEXT_PACKAGE;
11
12         /* Configured paths - these variables are not present in config.h, they are
13          * passed to underlying C code as cmd line macros. */
14         public const string LOCALEDIR;
15 }