mirror of
https://github.com/dolphin-emu/www.git
synced 2024-11-23 17:39:41 +00:00
Add welsh language
This commit is contained in:
parent
badeacb706
commit
0ff76de4ed
@ -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'),
|
||||
|
BIN
dolweb/static/img/nav/cy.png
Normal file
BIN
dolweb/static/img/nav/cy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -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 |
Loading…
Reference in New Issue
Block a user