Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add Lithuanian support
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
- Loading branch information
Showing
with
6 additions
and
0 deletions.
-
+2
−0
CHANGES.txt
-
+4
−0
nikola/nikola.py
|
@@ -4,6 +4,8 @@ New in master |
|
|
Features |
|
|
-------- |
|
|
|
|
|
* New Lithuanian translation by Antanas Lasys |
|
|
|
|
|
Bugfixes |
|
|
-------- |
|
|
|
|
|
|
@@ -128,6 +128,7 @@ |
|
|
'it': 'Italian', |
|
|
('ja', '!jp'): 'Japanese', |
|
|
'ko': 'Korean', |
|
|
'lt': 'Lithuanian', |
|
|
'nb': 'Norwegian Bokmål', |
|
|
'nl': 'Dutch', |
|
|
'pa': 'Punjabi', |
|
@@ -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', |
|
@@ -242,6 +244,7 @@ |
|
|
it='it', |
|
|
ja='ja', |
|
|
ko='ko', |
|
|
lt='lt', |
|
|
nb='nb', |
|
|
nl='nl', |
|
|
pl='pl', |
|
@@ -272,6 +275,7 @@ |
|
|
'hr': 'hr', |
|
|
'hu': 'hu', |
|
|
'it': 'it', |
|
|
'lt': 'lt', |
|
|
'nb': 'nb', |
|
|
'nl': 'nl', |
|
|
'pl': 'pl', |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.