diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-01 20:50:13 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-01 20:50:13 +0000 |
commit | fb7a6efb5a65935a7a1a24d77bf33d734287e651 (patch) | |
tree | bded30464a9a47ad72023e2844fe77f2ba0aad50 | |
parent | dc8368815efaf639e61332299dc40acdce7a0bd9 (diff) | |
download | weechat-fb7a6efb5a65935a7a1a24d77bf33d734287e651.zip |
New file for po translations and autoconf
-rw-r--r-- | po/Makevars | 6 | ||||
-rw-r--r-- | po/POTFILES.in | 26 | ||||
-rw-r--r-- | weechat/po/Makevars | 6 | ||||
-rw-r--r-- | weechat/po/POTFILES.in | 26 |
4 files changed, 64 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 000000000..17711ad5b --- /dev/null +++ b/po/Makevars @@ -0,0 +1,6 @@ +DOMAIN = $(PACKAGE) +subdir = po +top_builddir = .. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +COPYRIGHT_HOLDER = +EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 000000000..8a25f9d21 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,26 @@ +./src/irc/irc-nick.c +./src/irc/irc-server.c +./src/irc/irc-channel.c +./src/irc/irc-commands.c +./src/irc/irc-display.c +./src/irc/irc-send.c +./src/irc/irc-recv.c +./src/gui/curses/gui-input.c +./src/gui/curses/gui-display.c +./src/gui/gtk/gui-display.c +./src/gui/gtk/gui-input.c +./src/gui/qt/gui-qt.c +./src/gui/gui-common.c +./src/common/command.c +./src/common/completion.c +./src/common/history.c +./src/common/weechat.c +./src/common/weeconfig.c +./src/irc/irc.h +./src/gui/qt/gui-qt.h +./src/gui/gui.h +./src/common/command.h +./src/common/completion.h +./src/common/history.h +./src/common/weechat.h +./src/common/weeconfig.h diff --git a/weechat/po/Makevars b/weechat/po/Makevars new file mode 100644 index 000000000..17711ad5b --- /dev/null +++ b/weechat/po/Makevars @@ -0,0 +1,6 @@ +DOMAIN = $(PACKAGE) +subdir = po +top_builddir = .. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +COPYRIGHT_HOLDER = +EXTRA_LOCALE_CATEGORIES = diff --git a/weechat/po/POTFILES.in b/weechat/po/POTFILES.in new file mode 100644 index 000000000..8a25f9d21 --- /dev/null +++ b/weechat/po/POTFILES.in @@ -0,0 +1,26 @@ +./src/irc/irc-nick.c +./src/irc/irc-server.c +./src/irc/irc-channel.c +./src/irc/irc-commands.c +./src/irc/irc-display.c +./src/irc/irc-send.c +./src/irc/irc-recv.c +./src/gui/curses/gui-input.c +./src/gui/curses/gui-display.c +./src/gui/gtk/gui-display.c +./src/gui/gtk/gui-input.c +./src/gui/qt/gui-qt.c +./src/gui/gui-common.c +./src/common/command.c +./src/common/completion.c +./src/common/history.c +./src/common/weechat.c +./src/common/weeconfig.c +./src/irc/irc.h +./src/gui/qt/gui-qt.h +./src/gui/gui.h +./src/common/command.h +./src/common/completion.h +./src/common/history.h +./src/common/weechat.h +./src/common/weeconfig.h |