[i18n] Add korean locale
parent
0deeabc3ac
commit
d0466c3642
|
@ -10,6 +10,7 @@
|
||||||
- Duplicate project: allows creating a new project based on the structure of another (status, tags, colors, default values...)
|
- Duplicate project: allows creating a new project based on the structure of another (status, tags, colors, default values...)
|
||||||
- i18n:
|
- i18n:
|
||||||
- Add japanese (ja) translation.
|
- Add japanese (ja) translation.
|
||||||
|
- Add korean (ko) translation.
|
||||||
- Add chinese simplified (zh-Hans) translation.
|
- Add chinese simplified (zh-Hans) translation.
|
||||||
- Add thumbnails for PSD files.
|
- Add thumbnails for PSD files.
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ LANGUAGES = [
|
||||||
#("kk", "Қазақша"), # Kazakh
|
#("kk", "Қазақша"), # Kazakh
|
||||||
#("km", "ភាសាខ្មែរ"), # Khmer
|
#("km", "ភាសាខ្មែរ"), # Khmer
|
||||||
#("kn", "ಕನ್ನಡ"), # Kannada
|
#("kn", "ಕನ್ನಡ"), # Kannada
|
||||||
#("ko", "한국어"), # Korean
|
("ko", "한국어"), # Korean
|
||||||
#("lb", "Lëtzebuergesch"), # Luxembourgish
|
#("lb", "Lëtzebuergesch"), # Luxembourgish
|
||||||
#("lt", "Lietuvių"), # Lithuanian
|
#("lt", "Lietuvių"), # Lithuanian
|
||||||
#("lv", "Latviešu"), # Latvian
|
#("lv", "Latviešu"), # Latvian
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue