mirror of
https://github.com/alexkay/spek.git
synced 2025-04-17 00:52:20 +03:00
i18n autofu
This commit is contained in:
parent
78b12f6dd2
commit
7dc78f6e62
4
.gitignore
vendored
4
.gitignore
vendored
@ -11,8 +11,12 @@ libtool
|
||||
ltmain.sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
Makefile.in.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
omf.make
|
||||
po/POTFILES
|
||||
po/stamp-it
|
||||
src/*.o
|
||||
src/spek
|
||||
stamp-h1
|
||||
|
2
AUTHORS
2
AUTHORS
@ -0,0 +1,2 @@
|
||||
Alexander Kojevnikov <alexander@kojevnikov.com>
|
||||
|
@ -0,0 +1 @@
|
||||
See `git log`
|
@ -1,3 +1,7 @@
|
||||
SUBDIRS = src
|
||||
EXTRA_DIST = HACKING
|
||||
SUBDIRS = src po
|
||||
|
||||
EXTRA_DIST = \
|
||||
HACKING
|
||||
autogen.sh
|
||||
|
||||
CLEANFILES = *~
|
10
configure.ac
10
configure.ac
@ -7,11 +7,21 @@ AM_PROG_CC_C_O
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
dnl ***************************************************************************
|
||||
dnl Internatinalization
|
||||
dnl ***************************************************************************
|
||||
GETTEXT_PACKAGE=spek
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
IT_PROG_INTLTOOL([0.35.0])
|
||||
|
||||
AM_PATH_GTK_2_0([2.10.0],,AC_MSG_ERROR([Gtk+ 2.10.0 or higher required.]))
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
po/Makefile.in
|
||||
])
|
||||
AC_OUTPUT
|
2
po/LINGUAS
Normal file
2
po/LINGUAS
Normal file
@ -0,0 +1,2 @@
|
||||
# please keep this list sorted alphabetically
|
||||
#
|
3
po/POTFILES.in
Normal file
3
po/POTFILES.in
Normal file
@ -0,0 +1,3 @@
|
||||
# List of source files containing translatable strings.
|
||||
|
||||
src/main.c
|
Loading…
x
Reference in New Issue
Block a user