summaryrefslogtreecommitdiff
path: root/gettext-tools/examples
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2016-01-0216-18/+18
|
* Update translationsDaiki Ueno2015-12-285-121/+264
| | | | | | | | | | | | | | | | | | | | | | | | * gettext-runtime/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>. * gettext-runtime/po/nb.po: Update from Johnny A. Solbu <johnny@solbu.net>. * gettext-runtime/po/pt_BR.po: Update from Rafael Ferreira <rffontenelle@gmail.com>. * gettext-runtime/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>. * gettext-runtime/po/zh_TW.po: Update from Wei-Lun Chao <bluebat@member.fsf.org>. * gettext-tools/examples/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>. * gettext-tools/examples/po/nb.po: Update from Johnny A. Solbu <johnny@solbu.net>. * gettext-tools/examples/po/pt_BR.po: Update from Rafael Ferreira <rffontenelle@gmail.com>. * gettext-tools/examples/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>. * gettext-tools/examples/po/zh_TW.po: Update from Wei-Lun Chao <bluebat@member.fsf.org>. * gettext-tools/po/bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>. * gettext-tools/po/es.po: Update from Antonio Ceballos <aceballos@gmail.com>. * gettext-tools/po/fr.po: Update from Stéphane Aulery <lkppo@free.fr>. * gettext-tools/po/ja.po: Update from Masahito Yamaga <ma@yama-ga.com>. * gettext-tools/po/nl.po: Update from Benno Schulenberg <benno@vertaalt.nl>. * gettext-tools/po/pt_BR.po: Update from Rafael Fontenelle <rffontenelle@gmail.com>. * gettext-tools/po/sk.po: Update from Marcel Telka <marcel@telka.sk>. * gettext-tools/po/sl.po: Update from Primoz PETERLIN <primozz.peterlin@gmail.com>. * gettext-tools/po/sr.po: Update from Мирослав Николић <miroslavnikolic@rocketmail.com>. * gettext-tools/po/uk.po: Update from Yuri Chornoivan <yurchor@ukr.net>. * gettext-tools/po/vi.po: Update from Trần Ngọc Quân <vnwildman@gmail.com>.
* build: Remove ChangeLogsDaiki Ueno2015-10-141-0/+0
| | | | | | | | | | | | | | | | | | | | | Generate ChangeLog files at "make dist" time, using gitlog-to-changelog. We still keep ChangeLog files under "po" and "intl" directories, since those files are copied as part of gettext infrastructure and it is still meaningful to have them there. * .gitignore: Add ChangeLog files. * Admin/release-steps: Remove mention of running update-changelog script. * Admin/update-changelog: Remove. * Makefile.am (gen-ChangeLog): New rule. * autogen.sh: Copy gitlog-to-changelog from gnulib. Create empty ChangeLog files to suppress Automake errors. * gettext-tools/doc/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/man/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/src/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/tests/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gnulib-local/Makefile.am (EXTRA_DIST): Remove ChangeLog files. * */ChangeLog: Rename to ChangeLog.0 or ChangeLog.1. * HACKING: Add brief guideline to submit patches.
* hello-c-gnome3: Simplify the Desktop Entry rulesDaiki Ueno2015-10-082-4/+9
| | | | | | * hello-c-gnome3/Makefile.am (hello.desktop.in): Don't use a temporary file. (hello.desktop): Likewise.
* Release 0.19.6v0.19.6Daiki Ueno2015-09-111-0/+4
|
* Update translationsDaiki Ueno2015-09-114-100/+218
|
* Release 0.19.5Daiki Ueno2015-07-101-0/+4
|
* Update translationsDaiki Ueno2015-07-1021-532/+1136
|
* maint: Add more files to .gitignoreDaiki Ueno2015-06-252-0/+7
|
* maint: Update copyright yearDaiki Ueno2015-06-0515-19/+17
|
* hello-c-gnome3: Simplify variable substitutionDaiki Ueno2015-03-072-3/+6
| | | | | * gettext-tools/examples/hello-c-gnome3/Makefile.am (hello.desktop): Remove unnecessary $srcdir check.
* hello-c-gnome3: Improve comment in Makefile.amDaiki Ueno2015-03-062-1/+10
| | | | | * hello-c-gnome3/Makefile.am: Suggest hello.desktop.in should be included in EXTRA_DIST.
* examples: Require gettext 0.19 in hello-c-gnome3Matthias Clasen2015-02-022-1/+6
| | | | | * gettext-tools/examples/hello-c-gnome3/configure.ac: Require gettext 0.19, for GSettings and Desktop files.
* examples: Make hello-c-gnome3 translator friendlyDaiki Ueno2015-01-084-50/+71
| | | | | | | | | | | | | | | | Suggested by Benno Schulenberg in: <https://lists.gnu.org/archive/html/bug-gettext/2015-01/msg00003.html>. * hello-c-gnome3/hello.gschema.xml: Use "use-markup" property instead of "sensitive", to clarify the meaning of the extracted strings. * hello-c-gnome3/hello.c (HelloApplicationWindow): Rename the "label2" member to "label". (update_content): New function. (clicked_callback): Rename from quit_callback and call update_content instead of quitting. All callers changed. * hello-c-gnome3/hello.ui: Abolish the first label and put a translatable text inside the button.
* Release 0.19.4v0.19.4Daiki Ueno2014-12-241-0/+4
|
* Update translationsDaiki Ueno2014-12-2413-98/+278
|
* examples: Regenerate stamp-po after POT has changedDaiki Ueno2014-12-052-1/+7
| | | | | * Makefile.am (distdir1): Invoke 'all' target in po/Makefile, after 'update-po'.
* examples: Include hello-*.pot in the distributionDaiki Ueno2014-12-053-4/+17
| | | | | | | | | | | | Partially revert 2c3d71ce, as it broke "make dist". Instead, include all the generated POT files in the distribution to prevent re-generation of those files. * Makefile.am (distdir1): Call update-po in po/Makefile. * po/Makefile.am ($(DOMAIN).pot-update): Specify --directory for xgettext invocation. (DISTCLEANFILES): Move $(SMALLPOTS)... (MAINTAINERCLEANFILES): ...here. (distdir1): Include $(SMALLPOTS) in the distribution.
* examples: Don't forcibly regenerate POT files on 'make dist'Daiki Ueno2014-12-043-2/+9
| | | | | | | | Previously we generated POT files on 'make dist'. However, it take some time to complete and require autotools bootstrap for each project. * Makefile.am (distdir1): Don't invoke update-po rule in po/Makefile. * po/Makefile.am (distdir1): Don't invoke update-po rule.
* Release 0.19.3Daiki Ueno2014-10-151-0/+4
|
* Update translationsDaiki Ueno2014-10-154-61/+83
|
* Release 0.19.2v0.19.2Daiki Ueno2014-07-141-0/+4
|
* Update translations from Translation ProjectDaiki Ueno2014-07-141-23/+31
|
* Release 0.19.1v0.19.1Daiki Ueno2014-06-101-0/+4
|
* Temporarily add Language: field to all PO file headersDaiki Ueno2014-06-1019-0/+19
| | | | | | | Due to a bug in 0.19, the Language: field is considered mandatory. This was fixed in commit 31744906, but better avoid error when building with 0.19 at the moment. This should be overwritten with the next translations update.
* Update translations from Translation ProjectDaiki Ueno2014-06-0972-1445/+828
|
* examples: Don't require msgfmt when compiling hello-c-gnome3Daiki Ueno2014-06-032-6/+20
| | | | | | | | * hello-c-gnome3/Makefile.am (CLEANFILES): Clean hello.desktop. (EXTRA_DIST): Add hello.desktop.in. (MAINTAINERCLEANFILES): Add hello.desktop.in. (hello.desktop): Move msgfmt invocation to... (hello.desktop.in): ...here.
* Release 0.19v0.19Daiki Ueno2014-06-021-0/+4
|
* Regenerate files for 0.19Daiki Ueno2014-06-0240-973/+1717
|
* build: Fallback $docdir to $datarootdir/doc/gettextDaiki Ueno2014-05-142-1/+6
| | | | | | | | | Problem reported by Santiago Vila in <http://lists.gnu.org/archive/html/bug-gettext/2014-05/msg00014.html>. * gettext-runtime/configure.ac: Adjust $docdir assuming that AC_PACKAGE_TARNAME is set. * gettext-tools/configure.ac: Likewise. * gettext-tools/examples/configure.ac: Likewise.
* examples: Don't fail on "make install" when a PO file is missingDaiki Ueno2014-05-062-0/+9
| | | | | * Makefile.am (install-data-local): Don't fail if a PO file does not exist, but warn user to do "make dist".
* examples: Don't use KDE build infrastructure when generating POTDaiki Ueno2014-04-251-6/+16
|
* build: Turn update-po.sh into a Makefile ruleDaiki Ueno2014-04-251-0/+5
| | | | | | | | | | | | | | Suggested by Andreas Stricker in: <https://lists.gnu.org/archive/html/bug-gettext/2014-04/msg00020.html>. * configure.ac (maintainer-update-po): New recursive rule. * update-po.sh: Remove. * autogen.sh: Don't mention update-po.sh. * Makefile.am (maintainer-update-po-local): New rule. * gettext-runtime/Makefile.am (maintainer-update-po): New rule. * gettext-runtime/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule. * gettext-tools/man/Makefile.am (update-man1): Remove; add explicit dependency on the executable to each .1 rule.
* examples: Rename gnome3 XML files shorter than 99Daiki Ueno2014-04-246-9/+8
| | | | | | | | | | | | | * gettext-tools/examples/hello-c-gnome3/hello.gresource.xml: Rename from org.gnu.gettext.examples.hello.gresource.xml. * gettext-tools/examples/hello-c-gnome3/hello-gschema.xml: Rename from org.gnu.gettext.examples.hello.gschema.xml. * gettext-tools/examples/hello-c-gnome3/po/POTFILES.in: Adjust the file name change. * gettext-tools/examples/hello-c-gnome3/po/Makefile.am: Adjust the file name change. * gettext-tools/examples/Makefile.am: Adjust the file name change. * gettext-tools/examples/po/Makefile.am: Adjust the file name change.
* examples: Lower the required gettext version to 0.15Daiki Ueno2014-04-231-1/+1
|
* Update .gitignoreDaiki Ueno2014-04-221-1/+1
|
* build: Use git-version-gen intead of version.shDaiki Ueno2014-04-222-3/+8
| | | | | | | | | | | | | | | | | * version.sh: Remove. * autogen.sh: Import git-version-gen from Gnulib. * Makefile.am (EXTRA_DIST): Add $(top_srcdir)/.version. (BUILT_SOURCES): Likewise. ($(top_srcdir)/.version): New rule. (dist-hook): New rule. * configure.ac: Use git-version-gen in AC_INIT. * gettext-runtime/configure.ac: Likewise. * gettext-tools/configure.ac: Likewise. * gettext-tools/examples/configure.ac: Likewise. * gettext-runtime/man/Makefile.am: Refer to .version instead of version.sh. * gettext-tools/doc/Makefile.am: Likewise. * gettext-tools/man/Makefile.am: Likewise.
* examples: Quote shell variables in hello-java*/configureDaiki Ueno2014-04-215-7/+18
| | | | | | | | | | When running from xsmallpot.sh, embedded shell-script snippets are stripped off from configure.ac and some variables are not set. Make sure to quote them to avoid error. * hello-java/configure.ac: Quote $BUILDJAVA. * hello-java-awt/configure.ac: Quote $BUILDJAVAEXE and $BUILDJAVA. * hello-java-qtjambi/configure.ac: Likewise. * hello-java-swing/configure.ac: Likewise.
* Revert "examples: Don't error out from configure in hello-c-gnome3"Daiki Ueno2014-04-182-29/+18
| | | | | | This reverts commit 5536ee522d6a9d60972c78882e2d2761cf9afdc9. It was not necessary since xsmallpot.sh removes unneeded lines from configure.ac.
* examples: Don't error out from configure in hello-c-gnome3Daiki Ueno2014-04-172-18/+29
| | | | | | The configure script shouldn't fail even if there is a fatal error, to allow the toplevel autogen.sh to regenerate POT files. * hello-c-gnome3/configure.ac: Don't error out, but warn user.
* examples: Add missing XML files to hello-c-gnome3 exampleDaiki Ueno2014-04-172-0/+17
|
* examples: Utilize GSettings in hello-c-gnome3 exampleDaiki Ueno2014-04-168-21/+60
|
* examples: Utilize msgfmt --desktopDaiki Ueno2014-04-166-5/+16
|
* examples: Fix dependencies of hello-c-gnome3Daiki Ueno2014-04-151-6/+2
|
* examples: Add new example 'hello-c-gnome3'Daiki Ueno2014-04-1517-3/+534
|
* Use $(MKDIR_P) instead of obsolete $(mkdir_p).Daiki Ueno2013-06-1026-128/+158
| | | | | Suggested by Stefano Lattarini in <https://lists.gnu.org/archive/html/bug-gettext/2013-04/msg00044.html>.
* build: drop the 'fixacocal' auxiliary scriptStefano Lattarini2013-06-101-1/+0
| | | | | | | | | | | | | | | | | | The comments in that script state that its use is only required to work around issues in aclocal from Automake 1.10, while the rest of the Gettext build infrastructure assumes Automake >= 1.11 anyway. * autogen.sh: Drop invocations of 'fixaclocal', simply invoke the 'aclocal' program directly. * build-aux/fixaclocal: Remove. * Makefile.am (EXTRA_DIST): Stop distributing it. (ACLOCAL): Drop redefinition in function of 'fixaclocal'. * gettext-runtime/Makefile.am (ACLOCAL): Likewise. * gettext-runtime/libasprintf/Makefile.am (ACLOCAL): Likewise. * gettext-tools/Makefile.am (ACLOCAL): Likewise. * gettext-tools/examples/Makefile.am (ACLOCAL): Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* Don't assume that aclocal accepts configure.in.Daiki Ueno2013-06-062-4/+9
|
* Suppress bootstrap warningsDaiki Ueno2013-04-022-1/+6
|
* Version 0.18.2.v0.18.2Daiki Ueno2012-12-251-0/+4
|