Accepting request 40816 from system:install:head

Copy from system:install:head/package-translations based on submit request 40816 from user coolo

OBS-URL: https://build.opensuse.org/request/show/40816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/package-translations?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2010-05-28 16:48:44 +00:00 committed by Git OBS Bridge
parent 03d42ef836
commit e43ba41d0e
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 28 15:16:22 UTC 2010 - coolo@novell.com
- make sure we create utf-8 output
- update translations
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 28 09:28:12 UTC 2009 - coolo@novell.com Wed Oct 28 09:28:12 UTC 2009 - coolo@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package package-translations (Version 1.0) # spec file for package package-translations (Version 1.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,9 +20,9 @@
Name: package-translations Name: package-translations
Version: 1.0 Version: 1.0
Release: 2 Release: 3
Summary: Summary and Descriptions Translations Summary: Summary and Descriptions Translations
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: System/GUI/Other Group: System/GUI/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on AutoReqProv: on

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:aa32201e82da95ee9bc0017556cd603e70fb332be37f7937505317f5c5e2f509 oid sha256:3c856577a8a75d3480bfbe23b83f0a695217cd1eea95a1fb601d7543339ae612
size 2164711 size 115

View File

@ -22,7 +22,10 @@
use Locale::gettext; use Locale::gettext;
use POSIX; # Needed for setlocale() use POSIX; # Needed for setlocale()
setlocale(LC_MESSAGES, "en_US"); $ENV{'LC_ALL'} = 'en_US.UTF-8';
setlocale(LC_MESSAGES, "en_US.UTF-8");
setlocale(LC_ALL, "en_US.UTF-8");
textdomain("package-translations-" . $ARGV[0]); textdomain("package-translations-" . $ARGV[0]);
my $indesc = 0; my $indesc = 0;