meson.build now uses LINGUAS fileterminology-1.7
parent
52b3a31333
commit
787472cb92
23 changed files with 13756 additions and 11679 deletions
@ -1 +1 @@ |
||||
ca da de el eo es fi fr hi it ko pl ms sl sr tr vi |
||||
ca da de el eo es fi fr hi it ko ms nl pl sl sr tr vi |
||||
|
@ -1,43 +0,0 @@ |
||||
# Makefile variables for PO directory in any package using GNU gettext. |
||||
|
||||
# Usually the message domain is the same as the package name. |
||||
DOMAIN = $(PACKAGE) |
||||
|
||||
# These two variables depend on the location of this directory. |
||||
subdir = po |
||||
top_builddir = .. |
||||
|
||||
# These options get passed to xgettext. |
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=d_:1 --keyword=P_:1,2 \ |
||||
--keyword=dP_:1,2 --keyword=N_ --keyword=NP_:1,2 \ |
||||
--from-code=UTF-8 --foreign-user |
||||
|
||||
# This is the copyright holder that gets inserted into the header of the |
||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding |
||||
# package. (Note that the msgstr strings, extracted from the package's |
||||
# sources, belong to the copyright holder of the package.) Translators are |
||||
# expected to transfer the copyright for their translations to this person |
||||
# or entity, or to disclaim their copyright. The empty string stands for |
||||
# the public domain; in this case the translators are expected to disclaim |
||||
# their copyright. |
||||
COPYRIGHT_HOLDER = Terminology development team |
||||
|
||||
# This is the email address or URL to which the translators shall report |
||||
# bugs in the untranslated strings: |
||||
# - Strings which are not entire sentences, see the maintainer guidelines |
||||
# in the GNU gettext documentation, section 'Preparing Strings'. |
||||
# - Strings which use unclear terms or require additional context to be |
||||
# understood. |
||||
# - Strings which make invalid assumptions about notation of date, time or |
||||
# money. |
||||
# - Pluralisation problems. |
||||
# - Incorrect English spelling. |
||||
# - Incorrect formatting. |
||||
# It can be your email address, or a mailing list address where translators |
||||
# can write to without being subscribed, or the URL of a web page through |
||||
# which the translators can contact you. |
||||
MSGID_BUGS_ADDRESS = enlightenment-devel@lists.sourceforge.net |
||||
|
||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the |
||||
# message catalogs shall be used. It is usually empty. |
||||
EXTRA_LOCALE_CATEGORIES = |
@ -1,40 +1,91 @@ |
||||
src/bin/controls.c |
||||
src/bin/about.c |
||||
src/bin/col.c |
||||
src/bin/config.c |
||||
src/bin/controls.c |
||||
src/bin/extns.c |
||||
src/bin/ipc.c |
||||
src/bin/keyin.c |
||||
src/bin/main.c |
||||
src/bin/media.c |
||||
src/bin/termptyops.h |
||||
src/bin/options_helpers.c |
||||
src/bin/termio.c |
||||
src/bin/win.h |
||||
src/bin/options_background.h |
||||
src/bin/miniview.h |
||||
src/bin/tyalpha.c |
||||
src/bin/options_keys.c |
||||
src/bin/options_background.c |
||||
src/bin/options_elm.c |
||||
src/bin/backlog.c |
||||
src/bin/tyq.c |
||||
src/bin/options_elm.h |
||||
src/bin/col.h |
||||
src/bin/termptygfx.h |
||||
src/bin/private.h |
||||
src/bin/term_container.h |
||||
src/bin/tyls.c |
||||
src/bin/termptydbl.c |
||||
src/bin/options_theme.c |
||||
src/bin/miniview.c |
||||
src/bin/options_behavior.c |
||||
src/bin/options.c |
||||
src/bin/options_video.h |
||||
src/bin/col.c |
||||
src/bin/options_behavior.h |
||||
src/bin/utf8.h |
||||
src/bin/utils.h |
||||
src/bin/typop.c |
||||
src/bin/config.h |
||||
src/bin/tytest.c |
||||
src/bin/main.h |
||||
src/bin/main.c |
||||
src/bin/backlog.h |
||||
src/bin/options_themepv.h |
||||
src/bin/media.h |
||||
src/bin/options_colors.c |
||||
src/bin/sb.h |
||||
src/bin/keyin.c |
||||
src/bin/termiointernals.c |
||||
src/bin/keyin.h |
||||
src/bin/about.h |
||||
src/bin/termcmd.h |
||||
src/bin/options_font.c |
||||
src/bin/options_helpers.c |
||||
src/bin/options_keys.c |
||||
src/bin/options_theme.c |
||||
src/bin/termpty.h |
||||
src/bin/termptydbl.h |
||||
src/bin/options_helpers.h |
||||
src/bin/termiolink.h |
||||
src/bin/controls.h |
||||
src/bin/extns.c |
||||
src/bin/tysend.c |
||||
src/bin/options_themepv.c |
||||
src/bin/options_video.c |
||||
src/bin/sel.c |
||||
src/bin/termcmd.c |
||||
src/bin/termio.c |
||||
src/bin/termiolink.c |
||||
src/bin/sel.h |
||||
src/bin/extns.h |
||||
src/bin/tycat.c |
||||
src/bin/utf8.c |
||||
src/bin/about.c |
||||
src/bin/tycommon.h |
||||
src/bin/media.c |
||||
src/bin/ipc.h |
||||
src/bin/termio.h |
||||
src/bin/termpty.c |
||||
src/bin/termptydbl.c |
||||
src/bin/termptyesc.c |
||||
src/bin/termptyext.h |
||||
src/bin/tty_keys.h |
||||
src/bin/termiolink.c |
||||
src/bin/options_font.h |
||||
src/bin/win.c |
||||
src/bin/controls.c |
||||
src/bin/sb.c |
||||
src/bin/utils.c |
||||
src/bin/termptyext.c |
||||
src/bin/termcmd.c |
||||
src/bin/tycommon.c |
||||
src/bin/termiointernals.h |
||||
src/bin/options.h |
||||
src/bin/tyfuzz.c |
||||
src/bin/options_colors.h |
||||
src/bin/gravatar.c |
||||
src/bin/sel.c |
||||
src/bin/options_video.c |
||||
src/bin/gravatar.h |
||||
src/bin/tytest.h |
||||
src/bin/tybg.c |
||||
src/bin/termptyesc.c |
||||
src/bin/termptygfx.c |
||||
src/bin/termptyops.c |
||||
src/bin/termptysave.c |
||||
src/bin/tyalpha.c |
||||
src/bin/tybg.c |
||||
src/bin/tycat.c |
||||
src/bin/tyls.c |
||||
src/bin/typop.c |
||||
src/bin/tyq.c |
||||
src/bin/utf8.c |
||||
src/bin/utils.c |
||||
src/bin/win.c |
||||
src/bin/options_keys.h |
||||
src/bin/options_theme.h |
||||
src/bin/ipc.c |
||||
src/bin/termptyesc.h |
||||
src/bin/options.c |
||||
|
@ -1,32 +1,18 @@ |
||||
if get_option('nls') |
||||
i18n = import('i18n') |
||||
i18n.gettext('terminology', |
||||
languages: [ |
||||
'ca', |
||||
'de', |
||||
'el', |
||||
'eo', |
||||
'es', |
||||
'fi', |
||||
'fr', |
||||
'hi', |
||||
'it', |
||||
'ko', |
||||
'ms', |
||||
'sl', |
||||
'sr', |
||||
'tr', |
||||
'vi' |
||||
], |
||||
args: [ |
||||
'--keyword=_', |
||||
'--keyword=d_:1', |
||||
'--keyword=P_:1,2', |
||||
'--keyword=dP_:1,2', |
||||
'--keyword=N_', |
||||
'--keyword=NP_:1,2', |
||||
'--from-code=UTF-8', |
||||
'--foreign-user' |
||||
]) |
||||
# define GETTEXT_PACKAGE |
||||
add_project_arguments('-DGETTEXT_PACKAGE="terminology"', language:'c') |
||||
i18n.gettext(meson.project_name(), |
||||
args: [ |
||||
'--directory=' + meson.source_root(), |
||||
'--keyword=_', |
||||
'--keyword=d_:1', |
||||
'--keyword=P_:1,2', |
||||
'--keyword=dP_:1,2', |
||||
'--keyword=N_', |
||||
'--keyword=NP_:1,2', |
||||
'--from-code=UTF-8', |
||||
'--foreign-user' |
||||
]) |
||||
config_data.set('ENABLE_NLS', '1') |
||||
endif |
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue