Commit d1a712c8 authored by mercury233's avatar mercury233

fix missing translation

parent da6bece7
......@@ -318,10 +318,10 @@
order: [[2, "desc"]],
"ordering": true,
columns: [
{ title: "Rank" },
{ title: "Deck" },
{ title: "Count" },
{ title: "Top Tags" },
{ title: tb_language[lang].rank },
{ title: tb_language[lang].deck },
{ title: tb_language[lang].count },
{ title: tb_language[lang].topTags },
],
"columnDefs": [
{
......
......@@ -36,6 +36,10 @@ module.exports = {
put2: "投入2",
put3: "投入3",
deck: "卡组",
count: "使用数",
topTags: "热门标签",
playerA: '玩家A',
playerB: '玩家B',
startTime: '开始时间',
......@@ -59,6 +63,10 @@ module.exports = {
put2: "Put two ",
put3: "Put three ",
deck: "Deck",
count: "Count",
topTags: "Top Tags",
playerA: 'PlayerA',
playerB: 'PlayerA',
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