Skip to content

Commit

Permalink
edit json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiba committed Aug 8, 2015
1 parent 777431b commit aa9e5ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Flagship": "Flagship",
"MVP": "MVP",
"MVP and flagship": "MVP and flagship",
"Exp-calc": "Exp-calc",
"Exp calc": "Exp calc",
"Exp calculator": "Exp calculator",
"Ship": "Ship",
"NULL": "NULL",
Expand Down
2 changes: 1 addition & 1 deletion assets/i18n/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Flagship": "旗艦",
"MVP": "MVP",
"MVP and flagship": "MVP + 旗艦",
"Exp-calc": "経験値計算機",
"Exp calc": "経験値計算機",
"Exp calculator": "経験値計算機",
"Ship": "",
"NULL": "",
Expand Down
2 changes: 1 addition & 1 deletion assets/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Flagship": "旗舰",
"MVP": "MVP",
"MVP and flagship": "MVP和旗舰",
"Exp-calc": "经验计算",
"Exp calc": "经验计算",
"Exp calculator": "Exp calculator",
"Ship": "舰娘",
"NULL": "",
Expand Down
2 changes: 1 addition & 1 deletion index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ getExpInfo = (shipId) ->
module.exports =
name: 'ExpCalcView'
priority: 2
displayName: <span><FontAwesome key={0} name='calculator' />{' ' + __("Exp-calc")}</span>
displayName: <span><FontAwesome key={0} name='calculator' />{' ' + __("Exp calc")}</span>
description: __("Exp calculator")
author: 'Chiba'
link: 'https://github.com/Chibaheit'
Expand Down

0 comments on commit aa9e5ff

Please sign in to comment.