Add welsh language

This commit is contained in:
Pierre Bourdon 2013-10-01 18:11:36 +02:00
parent badeacb706
commit 0ff76de4ed
4 changed files with 7 additions and 4 deletions

View File

@ -54,6 +54,7 @@ LANGUAGE_CODE = 'en-us'
# List of supported languages: ('langcode', 'Name of the language')
LANGUAGES = (
('cs', u'Česky'),
('cy', u'Cymry'),
('de', u'Deutsch'),
('en', u'English'),
('es', u'Español'),

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,4 +1,4 @@
/* glue: 0.3 hash: 3547b727ee */
/* glue: 0.3 hash: 2f27d1b9c6 */
.sprite-nav-logo-small,
.sprite-nav-tr,
.sprite-nav-sv,
@ -16,6 +16,7 @@
.sprite-nav-en,
.sprite-nav-el,
.sprite-nav-de,
.sprite-nav-cy,
.sprite-nav-cs,
.sprite-nav-cn,
.sprite-nav-br{background-image:url('nav.png');background-repeat:no-repeat}
@ -36,6 +37,7 @@
.sprite-nav-en{background-position:-102px -40px;width:30px;height:20px;}
.sprite-nav-el{background-position:-102px -60px;width:30px;height:20px;}
.sprite-nav-de{background-position:0px -85px;width:30px;height:20px;}
.sprite-nav-cs{background-position:-30px -85px;width:30px;height:20px;}
.sprite-nav-cn{background-position:-60px -85px;width:30px;height:20px;}
.sprite-nav-br{background-position:-90px -85px;width:30px;height:20px;}
.sprite-nav-cy{background-position:-30px -85px;width:30px;height:20px;}
.sprite-nav-cs{background-position:-60px -85px;width:30px;height:20px;}
.sprite-nav-cn{background-position:-90px -85px;width:30px;height:20px;}
.sprite-nav-br{background-position:0px -105px;width:30px;height:20px;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB