mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-16 11:49:52 +00:00
17
translations/abilityType.ts
Normal file
17
translations/abilityType.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import { translations } from "../TranslationUtil"
|
||||
|
||||
const translations: translations = {
|
||||
en: [
|
||||
"Poké-Body",
|
||||
"Poké-Power",
|
||||
"Ability",
|
||||
"Ancient Trait"
|
||||
],
|
||||
fr: [
|
||||
"Poké-Body",
|
||||
"Poké-Power",
|
||||
"Talent",
|
||||
"Trait Ancien"
|
||||
]
|
||||
}
|
||||
export default translations
|
Reference in New Issue
Block a user