Commit d1a712c8 authored by mercury233's avatar mercury233

fix missing translation

parent da6bece7
...@@ -318,10 +318,10 @@ ...@@ -318,10 +318,10 @@
order: [[2, "desc"]], order: [[2, "desc"]],
"ordering": true, "ordering": true,
columns: [ columns: [
{ title: "Rank" }, { title: tb_language[lang].rank },
{ title: "Deck" }, { title: tb_language[lang].deck },
{ title: "Count" }, { title: tb_language[lang].count },
{ title: "Top Tags" }, { title: tb_language[lang].topTags },
], ],
"columnDefs": [ "columnDefs": [
{ {
......
...@@ -36,6 +36,10 @@ module.exports = { ...@@ -36,6 +36,10 @@ module.exports = {
put2: "投入2", put2: "投入2",
put3: "投入3", put3: "投入3",
deck: "卡组",
count: "使用数",
topTags: "热门标签",
playerA: '玩家A', playerA: '玩家A',
playerB: '玩家B', playerB: '玩家B',
startTime: '开始时间', startTime: '开始时间',
...@@ -59,6 +63,10 @@ module.exports = { ...@@ -59,6 +63,10 @@ module.exports = {
put2: "Put two ", put2: "Put two ",
put3: "Put three ", put3: "Put three ",
deck: "Deck",
count: "Count",
topTags: "Top Tags",
playerA: 'PlayerA', playerA: 'PlayerA',
playerB: 'PlayerA', playerB: 'PlayerA',
startTime: 'Start Time', startTime: 'Start Time',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment