OBS User unknown 2009-06-05 20:48:19 +00:00 committed by Git OBS Bridge
parent 3be4167942
commit 0b8a0174d9
7 changed files with 22 additions and 9 deletions

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d333914993ae925c26bc6b1ce56a3bdb8bdfb4d19d7c5e2ef402b693c2bf6692
size 246184
oid sha256:0fb99bde816d47330956efcf4d3d9d2b3782d03d516c77abbc8bd6b0c6df65a1
size 91858

View File

@ -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

View File

@ -23,7 +23,7 @@ License: GPL v2 or later
Group: System/GUI/GNOME
AutoReqProv: on
Version: 0.1
Release: 218
Release: 220
Summary: Collect and Merge Translations From RPM Patches
Source: gnome-patch-translation-files.tar.bz2
Source1: gnome-patch-translation.tar.bz2
@ -75,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gnome-patch-translation
%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
- Updated README and HOWTO to describe current work-flow.
* Thu Feb 05 2009 sbrabec@suse.cz

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:503ecc37d86e6a78e791cc00ff487b6c50ac8637a142097589373dfb9871e3e1
size 388685
oid sha256:3e42308dea1bf4aadbf9d9d1e35c6895755343cab34946a1b48af87535e6b0b4
size 376828

View File

@ -9,7 +9,7 @@ Please call update-step1-update-translations-from-lcn."
exit 1
fi
. gnome-patch-translation.conf
. ./gnome-patch-translation.conf
export CALLING_FROM_G_P_T=1
export FORGESVN_URI LCN_BRANCH OSC_REPOSITORY GPT_PACKAGES OSC_APIURL

View File

@ -3,8 +3,8 @@
# Fail on errors:
set -e
# Read the config?
. gnome-patch-translation.conf
# Read the config:
. ./gnome-patch-translation.conf
BRANCH=$LCN_BRANCH
if test "$BRANCH" = trunk ; then
BRANCH_PATH="$BRANCH"