Skip to content

Commit

Permalink
add Translation for Korean (RocketMap#1813)
Browse files Browse the repository at this point in the history
* add Translation for Korean

* fix Translation for Korean

* add spaces in Translation for Korean
  • Loading branch information
kangsLee authored and sebastienvercammen committed Feb 14, 2017
1 parent e45c4a6 commit 96b9ed5
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = function(grunt) {
'static/dist/locales/de.min.json': 'static/locales/de.json',
'static/dist/locales/fr.min.json': 'static/locales/fr.json',
'static/dist/locales/ja.min.json': 'static/locales/ja.json',
'static/dist/locales/ko.min.json': 'static/locales/ko.json',
'static/dist/locales/pt_br.min.json': 'static/locales/pt_br.json',
'static/dist/locales/ru.min.json': 'static/locales/ru.json',
'static/dist/locales/zh_cn.min.json': 'static/locales/zh_cn.json',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Live visualization of all the pokemon (with option to show gyms and pokestops) i
* Multithreaded mode
* Filters
* Independent worker threads (many can be used simulatenously to quickly generate a livemap of a huge geographical area)
* Localization (en, fr, pt_br, de, ru, ja, zh_tw, zh_cn, zh_hk)
* Localization (en, fr, pt_br, de, ru, ko, ja, zh_tw, zh_cn, zh_hk)
* DB storage (sqlite or mysql) of all found pokemon
* Incredibly fast, efficient searching algorithm (compared to everything else available)

Expand Down
Loading

0 comments on commit 96b9ed5

Please sign in to comment.