Description of problem: Requesting add support for Asturian Language See bug: https://bugzilla.redhat.com/show_bug.cgi?id=598423 as Naveen Kumar asked. (in comment #6) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Do you have a patch? What sort of language-specific packages exist for Asturian?
Hi Bill.... ..ooops... I'm not sure, but maybe this can help? http://www.openoffice.org/nonav/issues/showattachment.cgi/63239/ast_ES.xml (from http://www.openoffice.org/issues/show_bug.cgi?id=97602 ) If not, I'm sure that our language-specific package it's very, very similar to Galician, (they are very close languages) so if you (please) can provide me an example, I think that I can see it and change it properly.
(In reply to comment #2) > Hi Bill.... > ..ooops... I'm not sure, but maybe this can help? > http://www.openoffice.org/nonav/issues/showattachment.cgi/63239/ast_ES.xml > > (from http://www.openoffice.org/issues/show_bug.cgi?id=97602 ) > > If not, I'm sure that our language-specific package it's very, very similar to > Galician, (they are very close languages) so if you (please) can provide me an > example, I think that I can see it and change it properly. Here is an example from file comps-f13.xml.in comps pkg: -------------------------------------------------------- ........... <group> <id>hindi-support</id> <_name>Hindi Support</_name> <_description/> <default>false</default> <uservisible>true</uservisible> <langonly>hi</langonly> <packagelist> <packagereq type="mandatory">lohit-devanagari-fonts</packagereq> <packagereq type="mandatory">m17n-contrib-hindi</packagereq> <packagereq type="mandatory">m17n-db-hindi</packagereq> <packagereq type="conditional" requires="aspell">aspell-hi</packagereq> <packagereq type="conditional" requires="eclipse-platform">eclipse-nls-hi</packagereq> <packagereq type="conditional" requires="gcompris">gcompris-sound-hi</packagereq> <packagereq type="conditional" requires="hunspell">hunspell-hi</packagereq> <packagereq type="conditional" requires="hyphen">hyphen-hi</packagereq> <packagereq type="conditional" requires="xorg-x11-server-Xorg">ibus-m17n</packagereq> <packagereq type="conditional" requires="kdelibs3">kde-i18n-Hindi</packagereq> <packagereq type="conditional" requires="kdelibs">kde-l10n-Hindi</packagereq> <packagereq type="conditional" requires="moodle">moodle-hi</packagereq> <packagereq type="conditional" requires="openoffice.org-core">openoffice.org-langpack-hi_IN</packagereq> <packagereq type="default">iok</packagereq> <packagereq type="default">samyak-devanagari-fonts</packagereq> <packagereq type="default">sarai-fonts</packagereq> </packagelist> </group> <group> <id>hungarian-support</id> <_name>Hungarian Support</_name> <_description/> <default>false</default> <uservisible>true</uservisible> <langonly>hu</langonly> <packagelist> <packagereq type="conditional" requires="autocorr-en">autocorr-hu</packagereq> <packagereq type="conditional" requires="eclipse-platform">eclipse-nls-hu</packagereq> <packagereq type="conditional" requires="gcompris">gcompris-sound-hu</packagereq> <packagereq type="conditional" requires="hunspell">hunspell-hu</packagereq> <packagereq type="conditional" requires="hyphen">hyphen-hu</packagereq> <packagereq type="conditional" requires="kdelibs3">kde-i18n-Hungarian</packagereq> <packagereq type="conditional" requires="kdelibs">kde-l10n-Hungarian</packagereq> <packagereq type="conditional" requires="koffice-core">koffice-langpack-hu</packagereq> <packagereq type="conditional" requires="moodle">moodle-hu</packagereq> <packagereq type="conditional" requires="openoffice.org-core">openoffice.org-langpack-hu_HU</packagereq> <packagereq type="optional">fonts-ISO8859-2</packagereq> <packagereq type="optional">fonts-ISO8859-2-100dpi</packagereq> <packagereq type="optional">fonts-ISO8859-2-75dpi</packagereq> </packagelist> </group> ........... -------------------------------------------------------- I hope this would be helpful.
Hi! Then it's easy.... only add this to comps-f13.xml.in comps pkg: ----------------------- <group> <id>asturian-support</id> <_name>Asturian Support</_name> <_description/> <default>false</default> <uservisible>true</uservisible> <langonly>ast</langonly> <packagelist> <packagereq type="conditional" requires="aspell">aspell-ast</packagereq> <packagereq type="conditional" requires="hunspell">hunspell-ast</packagereq> <packagereq type="conditional" requires="kdelibs">kde-l10n-Asturian</packagereq> <packagereq type="conditional" requires="koffice-core">koffice-langpack-ast</packagereq> <packagereq type="conditional" requires="moodle">moodle-ast</packagereq> <packagereq type="conditional" requires="openoffice.org-core">openoffice.org-langpack-ast_ES</packagereq> </packagelist> </group> ---------------------------- And that's all. Thanks Naveen, for your help. ;) P.D. I've seen that other languages uses: <packagereq type="conditional" requires="kdelibs3">kde-i18n-LANGUAGE</packagereq> (i.e. spanish, japanese, italian, french, danish... etc). Asturian language has translated kdelibs4 (not kdelibs3): http://l10n.kde.org/stats/gui/trunk-kde4/essential/ Should I include this?: <packagereq type="conditional" requires="kdelibs3">kde-i18n-Asturian</packagereq> ...i don't know if it's correct. If yes, can you do it for me? Thanks
Added as http://git.fedorahosted.org/git/?p=comps.git;a=commitdiff;h=9354e7279427991d04801e23db0f6458f66fe503. This is smaller than what you posted, simply because the other packages you referenced don't exist, as far as I can tell.