Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 102795

Summary: Acroread is available for spanish language
Product: Gentoo Linux Reporter: Daniel Plaza <daniel.plaza.espi>
Component: Current packagesAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Plaza 2005-08-17 01:47:54 UTC
The latest version of acroread is available in spanish language. One more line
is required to install it in spanish and define "LINGUAS=es" in make.conf:

17c17,18
<       !linguas_zh_TW? ( ${SRC_HEAD}/enu/AdobeReader_enu${SRC_FOOT} ) ) ) ) ) )"
---
>       !linguas_zh_TW? ( linguas_es? ( ${SRC_HEAD}/esp/AdobeReader_esp${SRC_FOOT} )
>       !linguas_es? ( ${SRC_HEAD}/enu/AdobeReader_enu${SRC_FOOT} ) ) ) ) ) ) )"

When installed, the language must be selected in "preferences" window inside
acroread.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Luis Medinas (RETIRED) gentoo-dev 2005-08-17 09:02:50 UTC
I can add it but is really necessary ? I think we don't need to add every
available languages.
Comment 2 Daniel Plaza 2005-08-17 10:30:41 UTC
  It isn't necesary. but I think that for spanish gentoo users would be useful. 
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2005-08-17 18:07:39 UTC
Ok i updated the ebuild (Thanks to genstef). Every language available for
acroread is now in the ebuild so spanish is available too. :)
Thanks for your report.