12 lines
335 B
JavaScript
12 lines
335 B
JavaScript
const localTranslating = {
|
|
webpage_title: `P&D ${teamsCount}P Formation Maker`,
|
|
title_blank: "Input Formation Title",
|
|
detail_blank: "Input Detail",
|
|
sort_name:{
|
|
sort_none: "Nope",
|
|
sort_id: "Cards Id",
|
|
sort_evoRootId: "Cards Evolution Root",
|
|
},
|
|
}
|
|
|
|
localisation(localTranslating); |