Bug 14277 - Asturian laguage layout
Summary: Asturian laguage layout
Status: RESOLVED FIXED
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: xkb
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-28 05:23 UTC by Mikel
Modified: 2008-01-30 15:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch file for /xkeyboard-config/symbols/es (553 bytes, patch)
2008-01-28 09:33 UTC, Mikel
Details | Splinter Review
patch file for /xkeyboard-config/rules/base.xml.in (553 bytes, patch)
2008-01-28 09:35 UTC, Mikel
Details | Splinter Review

Description Mikel 2008-01-28 05:23:24 UTC
Hi i added support for Asturian language (spoken in Spain) to spanish layout. I'm not sure if this is the place where i have to submit the changes (i'm not a programmer) and i don't know how to create a patch, the information in internet about how to use cvs it's very confuse.

I post you the changes dones if this is not the correct way to submit pleast let me know.

Thank you.

at
/xkeyboard-config/symbols/es

I added:

partial alphanumeric_keys
xkb_symbols "ast" {

    include "es(basic)"

    name[Group1]="Spain - Asturian variant with bottom-dot H and bottom-dot L";

    key <AC06>  { [	    h,      H,		0x1001E25,  0x1001E24 ] };
    key <AC09>  { [	    l,      L,		0x1001E37,  0x1001E36 ] };
};


And at
/xkeyboard-config/rules/
before line 10591 i added:

        <variant>
          <configItem>
            <name>ast</name>
            <description>Asturian variant with bottom-dot H and L</description>
            <description xml:lang="ast">Versión asturiana un puntu embaxu de la H (hache aspirada) y de la L (ch vaqueira)</description>
            <description xml:lang="es">Variante asturiana con un punto debajo de la H (hache aspirada) y de la L (ch vaquera)</description>
          </configItem>
        </variant>
Comment 1 Mikel 2008-01-28 09:33:36 UTC
Created attachment 13986 [details] [review]
patch file for /xkeyboard-config/symbols/es

Sorry about the first comment, finally i found how to build the patch file.
Comment 2 Mikel 2008-01-28 09:35:03 UTC
Created attachment 13987 [details] [review]
patch file for /xkeyboard-config/rules/base.xml.in

the second file patched
Comment 3 Sergey V. Udaltsov 2008-01-28 12:37:54 UTC
The patches look ok. Once I make release (tomorrow), I'll apply them.
Comment 4 Mikel 2008-01-28 14:22:53 UTC
thanks a lot.
Comment 5 Sergey V. Udaltsov 2008-01-30 15:00:46 UTC
committed, thanks


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.