forked from pool/gnome-patch-translation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-patch-translation?expand=0&rev=31
This commit is contained in:
parent
3be4167942
commit
0b8a0174d9
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2009-02-05 17:14+0100\n"
|
"POT-Creation-Date: 2009-06-05 14:44+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d333914993ae925c26bc6b1ce56a3bdb8bdfb4d19d7c5e2ef402b693c2bf6692
|
oid sha256:0fb99bde816d47330956efcf4d3d9d2b3782d03d516c77abbc8bd6b0c6df65a1
|
||||||
size 246184
|
size 91858
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 5 14:15:48 CEST 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated cs, da, de, en_GB, es, et, fi, fr, hu, it, ja, km, ko,
|
||||||
|
nb, nl, pa, pl, pt, pt_BR, ro, ru, sk, sr, sv, th, uk, zh_CN,
|
||||||
|
zh_TW.
|
||||||
|
- Fixes for bash 4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 19 18:13:41 CET 2009 - sbrabec@suse.cz
|
Thu Feb 19 18:13:41 CET 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ License: GPL v2 or later
|
|||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 218
|
Release: 220
|
||||||
Summary: Collect and Merge Translations From RPM Patches
|
Summary: Collect and Merge Translations From RPM Patches
|
||||||
Source: gnome-patch-translation-files.tar.bz2
|
Source: gnome-patch-translation-files.tar.bz2
|
||||||
Source1: gnome-patch-translation.tar.bz2
|
Source1: gnome-patch-translation.tar.bz2
|
||||||
@ -75,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gnome-patch-translation
|
%{_datadir}/gnome-patch-translation
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 05 2009 sbrabec@suse.cz
|
||||||
|
- Updated cs, da, de, en_GB, es, et, fi, fr, hu, it, ja, km, ko,
|
||||||
|
nb, nl, pa, pl, pt, pt_BR, ro, ru, sk, sr, sv, th, uk, zh_CN,
|
||||||
|
zh_TW.
|
||||||
|
- Fixes for bash 4.
|
||||||
* Thu Feb 19 2009 sbrabec@suse.cz
|
* Thu Feb 19 2009 sbrabec@suse.cz
|
||||||
- Updated README and HOWTO to describe current work-flow.
|
- Updated README and HOWTO to describe current work-flow.
|
||||||
* Thu Feb 05 2009 sbrabec@suse.cz
|
* Thu Feb 05 2009 sbrabec@suse.cz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:503ecc37d86e6a78e791cc00ff487b6c50ac8637a142097589373dfb9871e3e1
|
oid sha256:3e42308dea1bf4aadbf9d9d1e35c6895755343cab34946a1b48af87535e6b0b4
|
||||||
size 388685
|
size 376828
|
||||||
|
@ -9,7 +9,7 @@ Please call update-step1-update-translations-from-lcn."
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. gnome-patch-translation.conf
|
. ./gnome-patch-translation.conf
|
||||||
|
|
||||||
export CALLING_FROM_G_P_T=1
|
export CALLING_FROM_G_P_T=1
|
||||||
export FORGESVN_URI LCN_BRANCH OSC_REPOSITORY GPT_PACKAGES OSC_APIURL
|
export FORGESVN_URI LCN_BRANCH OSC_REPOSITORY GPT_PACKAGES OSC_APIURL
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Fail on errors:
|
# Fail on errors:
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Read the config?
|
# Read the config:
|
||||||
. gnome-patch-translation.conf
|
. ./gnome-patch-translation.conf
|
||||||
BRANCH=$LCN_BRANCH
|
BRANCH=$LCN_BRANCH
|
||||||
if test "$BRANCH" = trunk ; then
|
if test "$BRANCH" = trunk ; then
|
||||||
BRANCH_PATH="$BRANCH"
|
BRANCH_PATH="$BRANCH"
|
||||||
|
Loading…
Reference in New Issue
Block a user