SHA256
1
0
forked from pool/dialog

Accepting request 647196 from Base:System

- Fix mangled Hindi translation (bsc#1115005). (forwarded request 647100 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/647196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2018-11-13 15:24:03 +00:00 committed by Git OBS Bridge
commit ecaddf6178
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 7 22:33:50 CET 2018 - sbrabec@suse.com
- Fix mangled Hindi translation (bsc#1115005).
-------------------------------------------------------------------
Tue May 29 08:59:07 UTC 2018 - werner@suse.de

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -76,6 +76,9 @@ bzcat %{SOURCE4} > po/ko.po
%patch0
%patch1
%patch2 -p1
# Fix mangled Hindi translation (bsc#1115005):
iconv -f UTF-8 -t ISO-8859-15 <po/hi.po >po/hi.po.utf-8
mv po/hi.po.utf-8 po/hi.po
%build
CC=gcc