Skip to content

Commit

Permalink
Fixed Japanese translation (RocketMap#266)
Browse files Browse the repository at this point in the history
* Added to grunt minify

* Updated README.md
  • Loading branch information
hikikou authored and invisiblek committed Aug 9, 2016
1 parent 6ec748e commit 208595c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = function(grunt) {
'static/dist/data/mapstyle.min.json': 'static/data/mapstyle.json',
'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/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 @@ -16,7 +16,7 @@ Features:
* 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, zh_tw, zh_cn, zh_hk)
* Localization (en, fr, pt_br, de, ru, 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

0 comments on commit 208595c

Please sign in to comment.