Skip to content

Commit

Permalink
Add Lithuanian support
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 4, 2016
1 parent 3ebeb06 commit 1a599fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,8 @@ New in master
Features
--------

* New Lithuanian translation by Antanas Lasys

Bugfixes
--------

Expand Down
4 changes: 4 additions & 0 deletions nikola/nikola.py
Expand Up @@ -128,6 +128,7 @@
'it': 'Italian',
('ja', '!jp'): 'Japanese',
'ko': 'Korean',
'lt': 'Lithuanian',
'nb': 'Norwegian Bokmål',
'nl': 'Dutch',
'pa': 'Punjabi',
Expand Down Expand Up @@ -198,6 +199,7 @@
it='it',
ja='ja',
ko='kr', # kr is South Korea, ko is the Korean language
lt='lt',
nb='no',
nl='nl',
pl='pl',
Expand Down Expand Up @@ -242,6 +244,7 @@
it='it',
ja='ja',
ko='ko',
lt='lt',
nb='nb',
nl='nl',
pl='pl',
Expand Down Expand Up @@ -272,6 +275,7 @@
'hr': 'hr',
'hu': 'hu',
'it': 'it',
'lt': 'lt',
'nb': 'nb',
'nl': 'nl',
'pl': 'pl',
Expand Down

0 comments on commit 1a599fb

Please sign in to comment.