mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-20 19:08:33 +01:00
*** empty log message ***
This commit is contained in:
parent
993e7b6ba2
commit
9e315c2203
@ -1,22 +0,0 @@
|
||||
/**
|
||||
* Standard gettext macros.
|
||||
*/
|
||||
#ifdef ENABLE_NLS
|
||||
# include <libintl.h>
|
||||
# undef _
|
||||
# define _(String) dgettext (PACKAGE, String)
|
||||
# ifdef gettext_noop
|
||||
# define N_(String) gettext_noop (String)
|
||||
# else
|
||||
# define N_(String) (String)
|
||||
# endif
|
||||
#else
|
||||
# define textdomain(String) (String)
|
||||
# define gettext(String) (String)
|
||||
# define dgettext(Domain,Message) (Message)
|
||||
# define dcgettext(Domain,Message,Type) (Message)
|
||||
# define bindtextdomain(Domain,Directory) (Domain)
|
||||
# define _(String) (String)
|
||||
# define N_(String) (String)
|
||||
#endif
|
||||
|
BIN
support_files/pixmaps/flag_en.png
Normal file
BIN
support_files/pixmaps/flag_en.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
Binary file not shown.
Loading…
Reference in New Issue
Block a user