devel/gettext: maintenance update to 0.21.1, no significant changes
This commit is contained in:
parent
8b196c36bf
commit
ab729ea001
@ -2,17 +2,16 @@ COMMENT-runtime= GNU gettext runtime libraries and programs
|
||||
COMMENT-textstyle= text styling library
|
||||
COMMENT-tools= GNU gettext development and translation tools
|
||||
|
||||
VERSION= 0.21
|
||||
REVISION= 1
|
||||
VERSION= 0.21.1
|
||||
DISTNAME= gettext-${VERSION}
|
||||
PKGNAME-textstyle= libtextstyle-${VERSION}
|
||||
|
||||
SHARED_LIBS += intl 7.0 # 10.0
|
||||
SHARED_LIBS += intl 7.0 # 11.0
|
||||
SHARED_LIBS += asprintf 1.1 # unknown
|
||||
SHARED_LIBS += textstyle 0.1 # 1.1
|
||||
SHARED_LIBS += gettextlib 10.0 # unknown
|
||||
SHARED_LIBS += gettextsrc 8.0 # unknown
|
||||
SHARED_LIBS += gettextpo 10.0 # 5.7
|
||||
SHARED_LIBS += textstyle 0.1 # 1.2
|
||||
SHARED_LIBS += gettextlib 11.0 # unknown
|
||||
SHARED_LIBS += gettextsrc 9.0 # unknown
|
||||
SHARED_LIBS += gettextpo 11.0 # 5.8
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gettext-0.21.tar.xz) = 0g/LtTfgLc8Tgxl7oFvQc073v12wa9skHrabfRa3MZI=
|
||||
SIZE (gettext-0.21.tar.xz) = 9714352
|
||||
SHA256 (gettext-0.21.1.tar.xz) = UNvI85eXlQqiyY6TmUfFJ+Wsnr0sG5ndewa6M6Z2euY=
|
||||
SIZE (gettext-0.21.1.tar.xz) = 10054564
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: gettext-runtime/intl/dcigettext.c
|
||||
--- gettext-runtime/intl/dcigettext.c.orig
|
||||
+++ gettext-runtime/intl/dcigettext.c
|
||||
@@ -494,6 +494,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -489,6 +489,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
const char *localename;
|
||||
#endif
|
||||
size_t domainname_len;
|
||||
@ -9,7 +9,7 @@ Index: gettext-runtime/intl/dcigettext.c
|
||||
|
||||
/* If no real MSGID is given return NULL. */
|
||||
if (msgid1 == NULL)
|
||||
@@ -685,6 +686,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -680,6 +681,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
/* We have a relative path. Make it absolute now. */
|
||||
size_t dirname_len = strlen (dirname) + 1;
|
||||
size_t path_max;
|
||||
@ -17,7 +17,7 @@ Index: gettext-runtime/intl/dcigettext.c
|
||||
char *resolved_dirname;
|
||||
char *ret;
|
||||
|
||||
@@ -693,7 +695,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -688,7 +690,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
|
||||
for (;;)
|
||||
{
|
||||
@ -27,7 +27,7 @@ Index: gettext-runtime/intl/dcigettext.c
|
||||
ADD_BLOCK (block_list, resolved_dirname);
|
||||
|
||||
__set_errno (0);
|
||||
@@ -710,7 +713,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -705,7 +708,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
error but simply return the default string. */
|
||||
goto return_untranslated;
|
||||
|
||||
@ -37,7 +37,7 @@ Index: gettext-runtime/intl/dcigettext.c
|
||||
dirname = resolved_dirname;
|
||||
}
|
||||
#endif
|
||||
@@ -729,13 +733,14 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -724,13 +728,14 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
#endif
|
||||
|
||||
domainname_len = strlen (domainname);
|
||||
@ -57,7 +57,7 @@ Index: gettext-runtime/intl/dcigettext.c
|
||||
|
||||
/* Creating working area. */
|
||||
single_locale = (char *) alloca (strlen (categoryvalue) + 1);
|
||||
@@ -837,13 +842,17 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -832,13 +837,17 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
/* Create a new entry and add it to the search tree. */
|
||||
size_t msgid_len;
|
||||
size_t size;
|
||||
@ -76,7 +76,7 @@ Index: gettext-runtime/intl/dcigettext.c
|
||||
#endif
|
||||
newp = (struct known_translation_t *) malloc (size);
|
||||
if (newp != NULL)
|
||||
@@ -859,7 +868,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
@@ -854,7 +863,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
memcpy (new_domainname, domainname, domainname_len + 1);
|
||||
#ifdef HAVE_PER_THREAD_LOCALE
|
||||
new_localename = new_domainname + domainname_len + 1;
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: gettext-runtime/intl/relocatable.c
|
||||
--- gettext-runtime/intl/relocatable.c.orig
|
||||
+++ gettext-runtime/intl/relocatable.c
|
||||
@@ -515,13 +515,17 @@ relocate (const char *pathname)
|
||||
@@ -524,13 +524,17 @@ relocate (const char *pathname)
|
||||
if (pathname[orig_prefix_len] == '\0')
|
||||
{
|
||||
/* pathname equals orig_prefix. */
|
||||
@ -21,7 +21,7 @@ Index: gettext-runtime/intl/relocatable.c
|
||||
return result;
|
||||
}
|
||||
}
|
||||
@@ -529,15 +533,19 @@ relocate (const char *pathname)
|
||||
@@ -538,15 +542,19 @@ relocate (const char *pathname)
|
||||
{
|
||||
/* pathname starts with orig_prefix. */
|
||||
const char *pathname_tail = &pathname[orig_prefix_len];
|
||||
|
@ -1,18 +0,0 @@
|
||||
Don't use printf %n.
|
||||
|
||||
Index: gettext-runtime/intl/vasnprintf.c
|
||||
--- gettext-runtime/intl/vasnprintf.c.orig
|
||||
+++ gettext-runtime/intl/vasnprintf.c
|
||||
@@ -5116,11 +5116,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
|
||||
#endif
|
||||
*fbp = dp->conversion;
|
||||
#if USE_SNPRINTF
|
||||
-# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
|
||||
- && !defined __UCLIBC__) \
|
||||
- || (defined __APPLE__ && defined __MACH__) \
|
||||
- || defined __ANDROID__ \
|
||||
- || (defined _WIN32 && ! defined __CYGWIN__))
|
||||
+# if 0
|
||||
fbp[1] = '%';
|
||||
fbp[2] = 'n';
|
||||
fbp[3] = '\0';
|
@ -1,19 +0,0 @@
|
||||
Don't use printf %n.
|
||||
https://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/vasnprintf.c?id=b954346c6101860c7b462d1b286641d1307afd6c
|
||||
|
||||
Index: gettext-runtime/libasprintf/vasnprintf.c
|
||||
--- gettext-runtime/libasprintf/vasnprintf.c.orig
|
||||
+++ gettext-runtime/libasprintf/vasnprintf.c
|
||||
@@ -5116,11 +5116,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
|
||||
#endif
|
||||
*fbp = dp->conversion;
|
||||
#if USE_SNPRINTF
|
||||
-# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
|
||||
- && !defined __UCLIBC__) \
|
||||
- || (defined __APPLE__ && defined __MACH__) \
|
||||
- || defined __ANDROID__ \
|
||||
- || (defined _WIN32 && ! defined __CYGWIN__))
|
||||
+# if 0
|
||||
fbp[1] = '%';
|
||||
fbp[2] = 'n';
|
||||
fbp[3] = '\0';
|
@ -6,19 +6,17 @@ This was also a race if MAKE_JOBS > 1.
|
||||
Index: gettext-tools/gnulib-lib/Makefile.in
|
||||
--- gettext-tools/gnulib-lib/Makefile.in.orig
|
||||
+++ gettext-tools/gnulib-lib/Makefile.in
|
||||
@@ -2829,8 +2829,8 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
|
||||
$(LIB_ACL) $(LIB_CLOCK_GETTIME) $(LIB_GETRANDOM) \
|
||||
$(LIB_HARD_LOCALE) $(LIB_MBRTOWC) $(LIB_SETLOCALE) \
|
||||
$(LIB_SETLOCALE_NULL) $(LOG10_LIBM) $(LTLIBICONV) $(LTLIBINTL) \
|
||||
- $(LTLIBUNISTRING) $(POW_LIBM) @INTL_MACOSX_LIBS@ -release \
|
||||
- @VERSION@ $(am__append_3) $(am__append_8) $(am__append_25) \
|
||||
+ $(LTLIBUNISTRING) $(POW_LIBM) @INTL_MACOSX_LIBS@ \
|
||||
+ $(am__append_3) $(am__append_8) $(am__append_25) \
|
||||
$(am__append_26)
|
||||
@@ -3542,7 +3542,7 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
|
||||
$(LIB_HARD_LOCALE) $(LIB_MBRTOWC) $(LIB_POSIX_SPAWN) \
|
||||
$(LIB_SETLOCALE) $(LIB_SETLOCALE_NULL) $(LOG10_LIBM) \
|
||||
$(LTLIBICONV) $(LTLIBINTL) $(LTLIBUNISTRING) $(POW_LIBM) \
|
||||
- @INTL_MACOSX_LIBS@ -release @VERSION@ $(am__append_3) \
|
||||
+ @INTL_MACOSX_LIBS@ $(am__append_3) \
|
||||
$(am__append_8) $(am__append_25) $(am__append_26)
|
||||
|
||||
# Use this preprocessor expression to decide whether #include_next works.
|
||||
@@ -3834,7 +3834,7 @@ getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/conf
|
||||
mv -f $@-t $@
|
||||
@@ -4553,7 +4553,7 @@ fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CX
|
||||
@GL_GENERATE_GETOPT_CDEFS_H_FALSE@ rm -f $@
|
||||
|
||||
# No need to install libgettextlib.a, except on AIX.
|
||||
-install-exec-local: install-libLTLIBRARIES install-exec-clean
|
||||
|
@ -3,12 +3,12 @@
|
||||
Index: gettext-tools/gnulib-lib/asyncsafe-spin.c
|
||||
--- gettext-tools/gnulib-lib/asyncsafe-spin.c.orig
|
||||
+++ gettext-tools/gnulib-lib/asyncsafe-spin.c
|
||||
@@ -129,7 +129,7 @@ do_unlock (asyncsafe_spinlock_t *lock)
|
||||
|
||||
# endif
|
||||
|
||||
-# elif (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)) && !defined __ibmxl__
|
||||
+# elif (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)) && !defined __ibmxl__ && !defined(__hppa__)
|
||||
/* Use GCC built-ins (available in GCC >= 4.1).
|
||||
@@ -138,7 +138,7 @@ do_unlock (asyncsafe_spinlock_t *lock)
|
||||
# elif (((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)) \
|
||||
&& !defined __sparc__) \
|
||||
|| __clang_major__ >= 3) \
|
||||
- && !defined __ibmxl__
|
||||
+ && !defined __ibmxl__ && !defined(__hppa__)
|
||||
/* Use GCC built-ins (available in GCC >= 4.1, except on SPARC, and
|
||||
clang >= 3.0).
|
||||
Documentation:
|
||||
<https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Atomic-Builtins.html> */
|
||||
|
@ -1,19 +0,0 @@
|
||||
Don't use printf %n.
|
||||
https://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/vasnprintf.c?id=b954346c6101860c7b462d1b286641d1307afd6c
|
||||
|
||||
Index: gettext-tools/gnulib-lib/vasnprintf.c
|
||||
--- gettext-tools/gnulib-lib/vasnprintf.c.orig
|
||||
+++ gettext-tools/gnulib-lib/vasnprintf.c
|
||||
@@ -5116,11 +5116,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
|
||||
#endif
|
||||
*fbp = dp->conversion;
|
||||
#if USE_SNPRINTF
|
||||
-# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
|
||||
- && !defined __UCLIBC__) \
|
||||
- || (defined __APPLE__ && defined __MACH__) \
|
||||
- || defined __ANDROID__ \
|
||||
- || (defined _WIN32 && ! defined __CYGWIN__))
|
||||
+# if 0
|
||||
fbp[1] = '%';
|
||||
fbp[2] = 'n';
|
||||
fbp[3] = '\0';
|
@ -1,19 +0,0 @@
|
||||
Don't use printf %n.
|
||||
https://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/vasnprintf.c?id=b954346c6101860c7b462d1b286641d1307afd6c
|
||||
|
||||
Index: gettext-tools/libgettextpo/vasnprintf.c
|
||||
--- gettext-tools/libgettextpo/vasnprintf.c.orig
|
||||
+++ gettext-tools/libgettextpo/vasnprintf.c
|
||||
@@ -5116,11 +5116,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
|
||||
#endif
|
||||
*fbp = dp->conversion;
|
||||
#if USE_SNPRINTF
|
||||
-# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
|
||||
- && !defined __UCLIBC__) \
|
||||
- || (defined __APPLE__ && defined __MACH__) \
|
||||
- || defined __ANDROID__ \
|
||||
- || (defined _WIN32 && ! defined __CYGWIN__))
|
||||
+# if 0
|
||||
fbp[1] = '%';
|
||||
fbp[2] = 'n';
|
||||
fbp[3] = '\0';
|
@ -6,7 +6,7 @@ This was also a race if MAKE_JOBS > 1.
|
||||
Index: gettext-tools/src/Makefile.in
|
||||
--- gettext-tools/src/Makefile.in.orig
|
||||
+++ gettext-tools/src/Makefile.in
|
||||
@@ -2741,7 +2741,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
|
||||
@@ -3413,7 +3413,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
|
||||
# Need @LTLIBINTL@ because many source files use gettext().
|
||||
# Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c
|
||||
# use iconv().
|
||||
@ -15,7 +15,7 @@ Index: gettext-tools/src/Makefile.in
|
||||
../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) \
|
||||
$(LT_LIBTEXTSTYLE) @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined \
|
||||
$(am__append_3) $(am__append_5) $(am__append_7)
|
||||
@@ -4200,7 +4200,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
|
||||
@@ -4873,7 +4873,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
|
||||
@USE_INSTALLED_LIBTEXTSTYLE_FALSE@ $(MAKE) install-nobase_includeHEADERS install-nobase_nodist_includeHEADERS includedir="$$here"
|
||||
|
||||
# No need to install libgettextsrc.a, except on AIX.
|
||||
|
@ -1,19 +0,0 @@
|
||||
Don't use printf %n.
|
||||
https://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/vasnprintf.c?id=b954346c6101860c7b462d1b286641d1307afd6c
|
||||
|
||||
Index: libtextstyle/lib/vasnprintf.c
|
||||
--- libtextstyle/lib/vasnprintf.c.orig
|
||||
+++ libtextstyle/lib/vasnprintf.c
|
||||
@@ -5116,11 +5116,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
|
||||
#endif
|
||||
*fbp = dp->conversion;
|
||||
#if USE_SNPRINTF
|
||||
-# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
|
||||
- && !defined __UCLIBC__) \
|
||||
- || (defined __APPLE__ && defined __MACH__) \
|
||||
- || defined __ANDROID__ \
|
||||
- || (defined _WIN32 && ! defined __CYGWIN__))
|
||||
+# if 0
|
||||
fbp[1] = '%';
|
||||
fbp[2] = 'n';
|
||||
fbp[3] = '\0';
|
@ -116,6 +116,7 @@ share/doc/gettext/examples/hello-c++-gnome/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ka.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ms.po
|
||||
@ -200,6 +201,7 @@ share/doc/gettext/examples/hello-c++-kde/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ka.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ms.po
|
||||
@ -257,6 +259,7 @@ share/doc/gettext/examples/hello-c++-qt/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ka.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ms.po
|
||||
@ -313,6 +316,7 @@ share/doc/gettext/examples/hello-c++-wxwidgets/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/id.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/it.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ka.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ms.po
|
||||
@ -368,6 +372,7 @@ share/doc/gettext/examples/hello-c++/po/hu.po
|
||||
share/doc/gettext/examples/hello-c++/po/id.po
|
||||
share/doc/gettext/examples/hello-c++/po/it.po
|
||||
share/doc/gettext/examples/hello-c++/po/ja.po
|
||||
share/doc/gettext/examples/hello-c++/po/ka.po
|
||||
share/doc/gettext/examples/hello-c++/po/ky.po
|
||||
share/doc/gettext/examples/hello-c++/po/lv.po
|
||||
share/doc/gettext/examples/hello-c++/po/ms.po
|
||||
@ -427,6 +432,7 @@ share/doc/gettext/examples/hello-c-gnome/po/hu.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/id.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/it.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ja.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ka.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ky.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/lv.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ms.po
|
||||
@ -487,6 +493,7 @@ share/doc/gettext/examples/hello-c-gnome3/po/hu.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/id.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/it.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/ja.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/ka.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/ky.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/lv.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/ms.po
|
||||
@ -542,6 +549,7 @@ share/doc/gettext/examples/hello-c/po/hu.po
|
||||
share/doc/gettext/examples/hello-c/po/id.po
|
||||
share/doc/gettext/examples/hello-c/po/it.po
|
||||
share/doc/gettext/examples/hello-c/po/ja.po
|
||||
share/doc/gettext/examples/hello-c/po/ka.po
|
||||
share/doc/gettext/examples/hello-c/po/ky.po
|
||||
share/doc/gettext/examples/hello-c/po/lv.po
|
||||
share/doc/gettext/examples/hello-c/po/ms.po
|
||||
@ -597,6 +605,7 @@ share/doc/gettext/examples/hello-clisp/po/hu.po
|
||||
share/doc/gettext/examples/hello-clisp/po/id.po
|
||||
share/doc/gettext/examples/hello-clisp/po/it.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ja.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ka.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ky.po
|
||||
share/doc/gettext/examples/hello-clisp/po/lv.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ms.po
|
||||
@ -654,6 +663,7 @@ share/doc/gettext/examples/hello-csharp-forms/po/hu.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/id.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/it.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ja.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ka.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ky.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/lv.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ms.po
|
||||
@ -708,6 +718,7 @@ share/doc/gettext/examples/hello-csharp/po/hu.po
|
||||
share/doc/gettext/examples/hello-csharp/po/id.po
|
||||
share/doc/gettext/examples/hello-csharp/po/it.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ja.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ka.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ky.po
|
||||
share/doc/gettext/examples/hello-csharp/po/lv.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ms.po
|
||||
@ -763,6 +774,7 @@ share/doc/gettext/examples/hello-gawk/po/hu.po
|
||||
share/doc/gettext/examples/hello-gawk/po/id.po
|
||||
share/doc/gettext/examples/hello-gawk/po/it.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ja.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ka.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ky.po
|
||||
share/doc/gettext/examples/hello-gawk/po/lv.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ms.po
|
||||
@ -818,6 +830,7 @@ share/doc/gettext/examples/hello-guile/po/hu.po
|
||||
share/doc/gettext/examples/hello-guile/po/id.po
|
||||
share/doc/gettext/examples/hello-guile/po/it.po
|
||||
share/doc/gettext/examples/hello-guile/po/ja.po
|
||||
share/doc/gettext/examples/hello-guile/po/ka.po
|
||||
share/doc/gettext/examples/hello-guile/po/ky.po
|
||||
share/doc/gettext/examples/hello-guile/po/lv.po
|
||||
share/doc/gettext/examples/hello-guile/po/ms.po
|
||||
@ -877,6 +890,7 @@ share/doc/gettext/examples/hello-java-awt/po/hu.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/id.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/it.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ja.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ka.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ky.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/lv.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ms.po
|
||||
@ -935,6 +949,7 @@ share/doc/gettext/examples/hello-java-qtjambi/po/hu.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/id.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/it.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ja.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ka.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ky.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/lv.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ms.po
|
||||
@ -993,6 +1008,7 @@ share/doc/gettext/examples/hello-java-swing/po/hu.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/id.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/it.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ja.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ka.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ky.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/lv.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ms.po
|
||||
@ -1047,6 +1063,7 @@ share/doc/gettext/examples/hello-java/po/hu.po
|
||||
share/doc/gettext/examples/hello-java/po/id.po
|
||||
share/doc/gettext/examples/hello-java/po/it.po
|
||||
share/doc/gettext/examples/hello-java/po/ja.po
|
||||
share/doc/gettext/examples/hello-java/po/ka.po
|
||||
share/doc/gettext/examples/hello-java/po/ky.po
|
||||
share/doc/gettext/examples/hello-java/po/lv.po
|
||||
share/doc/gettext/examples/hello-java/po/ms.po
|
||||
@ -1102,6 +1119,7 @@ share/doc/gettext/examples/hello-librep/po/hu.po
|
||||
share/doc/gettext/examples/hello-librep/po/id.po
|
||||
share/doc/gettext/examples/hello-librep/po/it.po
|
||||
share/doc/gettext/examples/hello-librep/po/ja.po
|
||||
share/doc/gettext/examples/hello-librep/po/ka.po
|
||||
share/doc/gettext/examples/hello-librep/po/ky.po
|
||||
share/doc/gettext/examples/hello-librep/po/lv.po
|
||||
share/doc/gettext/examples/hello-librep/po/ms.po
|
||||
@ -1162,6 +1180,7 @@ share/doc/gettext/examples/hello-objc-gnome/po/hu.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/id.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/it.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ja.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ka.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ky.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/lv.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ms.po
|
||||
@ -1220,6 +1239,7 @@ share/doc/gettext/examples/hello-objc-gnustep/po/hu.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/id.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/it.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ja.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ka.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ky.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/lv.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ms.po
|
||||
@ -1275,6 +1295,7 @@ share/doc/gettext/examples/hello-objc/po/hu.po
|
||||
share/doc/gettext/examples/hello-objc/po/id.po
|
||||
share/doc/gettext/examples/hello-objc/po/it.po
|
||||
share/doc/gettext/examples/hello-objc/po/ja.po
|
||||
share/doc/gettext/examples/hello-objc/po/ka.po
|
||||
share/doc/gettext/examples/hello-objc/po/ky.po
|
||||
share/doc/gettext/examples/hello-objc/po/lv.po
|
||||
share/doc/gettext/examples/hello-objc/po/ms.po
|
||||
@ -1330,6 +1351,7 @@ share/doc/gettext/examples/hello-pascal/po/hu.po
|
||||
share/doc/gettext/examples/hello-pascal/po/id.po
|
||||
share/doc/gettext/examples/hello-pascal/po/it.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ja.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ka.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ky.po
|
||||
share/doc/gettext/examples/hello-pascal/po/lv.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ms.po
|
||||
@ -1386,6 +1408,7 @@ share/doc/gettext/examples/hello-perl/po/hu.po
|
||||
share/doc/gettext/examples/hello-perl/po/id.po
|
||||
share/doc/gettext/examples/hello-perl/po/it.po
|
||||
share/doc/gettext/examples/hello-perl/po/ja.po
|
||||
share/doc/gettext/examples/hello-perl/po/ka.po
|
||||
share/doc/gettext/examples/hello-perl/po/ky.po
|
||||
share/doc/gettext/examples/hello-perl/po/lv.po
|
||||
share/doc/gettext/examples/hello-perl/po/ms.po
|
||||
@ -1442,6 +1465,7 @@ share/doc/gettext/examples/hello-php/po/hu.po
|
||||
share/doc/gettext/examples/hello-php/po/id.po
|
||||
share/doc/gettext/examples/hello-php/po/it.po
|
||||
share/doc/gettext/examples/hello-php/po/ja.po
|
||||
share/doc/gettext/examples/hello-php/po/ka.po
|
||||
share/doc/gettext/examples/hello-php/po/ky.po
|
||||
share/doc/gettext/examples/hello-php/po/lv.po
|
||||
share/doc/gettext/examples/hello-php/po/ms.po
|
||||
@ -1497,6 +1521,7 @@ share/doc/gettext/examples/hello-python/po/hu.po
|
||||
share/doc/gettext/examples/hello-python/po/id.po
|
||||
share/doc/gettext/examples/hello-python/po/it.po
|
||||
share/doc/gettext/examples/hello-python/po/ja.po
|
||||
share/doc/gettext/examples/hello-python/po/ka.po
|
||||
share/doc/gettext/examples/hello-python/po/ky.po
|
||||
share/doc/gettext/examples/hello-python/po/lv.po
|
||||
share/doc/gettext/examples/hello-python/po/ms.po
|
||||
@ -1552,6 +1577,7 @@ share/doc/gettext/examples/hello-sh/po/hu.po
|
||||
share/doc/gettext/examples/hello-sh/po/id.po
|
||||
share/doc/gettext/examples/hello-sh/po/it.po
|
||||
share/doc/gettext/examples/hello-sh/po/ja.po
|
||||
share/doc/gettext/examples/hello-sh/po/ka.po
|
||||
share/doc/gettext/examples/hello-sh/po/ky.po
|
||||
share/doc/gettext/examples/hello-sh/po/lv.po
|
||||
share/doc/gettext/examples/hello-sh/po/ms.po
|
||||
@ -1607,6 +1633,7 @@ share/doc/gettext/examples/hello-smalltalk/po/hu.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/id.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/it.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ja.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ka.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ky.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/lv.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ms.po
|
||||
@ -1663,6 +1690,7 @@ share/doc/gettext/examples/hello-tcl-tk/po/hu.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/id.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/it.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ja.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ka.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ky.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/lv.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ms.po
|
||||
@ -1717,6 +1745,7 @@ share/doc/gettext/examples/hello-tcl/po/hu.po
|
||||
share/doc/gettext/examples/hello-tcl/po/id.po
|
||||
share/doc/gettext/examples/hello-tcl/po/it.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ja.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ka.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ky.po
|
||||
share/doc/gettext/examples/hello-tcl/po/lv.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ms.po
|
||||
@ -1772,6 +1801,7 @@ share/doc/gettext/examples/hello-ycp/po/hu.po
|
||||
share/doc/gettext/examples/hello-ycp/po/id.po
|
||||
share/doc/gettext/examples/hello-ycp/po/it.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ja.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ka.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ky.po
|
||||
share/doc/gettext/examples/hello-ycp/po/lv.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ms.po
|
||||
|
Loading…
x
Reference in New Issue
Block a user