Skip to content

Commit

Permalink
Update translate command data
Browse files Browse the repository at this point in the history
Also, bump version to 2.8.8
  • Loading branch information
AgustinSRG committed Sep 14, 2023
1 parent a4f1030 commit 017e4eb
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 209 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Showdown ChatBot
![NodeJS Workflow](https://github.com/AgustinSRG/Showdown-ChatBot/actions/workflows/node.js.yml/badge.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/AgustinSRG/Showdown-ChatBot/blob/master/LICENSE)

[Pokemon Showdown](https://github.com/Zarel/Pokemon-Showdown) bot written for [Node JS](http://nodejs.org/) with a ton of features often useful for chat rooms like automated moderation, blacklist, customizable help / information commands, games, tournament tools and chat logs. All of those features can be configured with a web control panel that does not require any programming knowledge to be used.
[Pokemon Showdown](https://github.com/smogon/pokemon-showdown) bot written for [Node JS](http://nodejs.org/) with a ton of features often useful for chat rooms like automated moderation, blacklist, customizable help / information commands, games, tournament tools and chat logs. All of those features can be configured with a web control panel that does not require any programming knowledge to be used.

Features
------------
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showdown-chatbot",
"version": "2.8.7",
"version": "2.8.8",
"author": {
"name": "Agustin San Roman",
"email": "agustinsanromanguzman@gmail.com",
Expand Down
41 changes: 41 additions & 0 deletions src/bot-modules/pokemon/poke-trans/english-pokemon-trans.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ exports.translations.abilities = {
"windpower": "Wind Power",
"windrider": "Wind Rider",
"zerotohero": "Zero to Hero",
"embodyaspectcornerstone": "Embody Aspect (Cornerstone)",
"embodyaspecthearthflame": "Embody Aspect (Hearthflame)",
"embodyaspectteal": "Embody Aspect (Teal)",
"embodyaspectwellspring": "Embody Aspect (Wellspring)",
"hospitality": "Hospitality",
"mindseye": "Mind's Eye",
"supersweetsyrup": "Supersweet Syrup",
"toxicchain": "Toxic Chain",
};

/* Battle Items */
Expand Down Expand Up @@ -846,6 +854,14 @@ exports.translations.items = {
"griseouscore": "Griseous Core",
"lustrousglobe": "Lustrous Globe",
"strangeball": "Strange Ball",
"bignugget": "Big Nugget",
"cornerstonemask": "Cornerstone Mask",
"fairyfeather": "Fairy Feather",
"hearthflamemask": "Hearthflame Mask",
"masterpieceteacup": "Masterpiece Teacup",
"syrupyapple": "Syrupy Apple",
"unremarkableteacup": "Unremarkable Teacup",
"wellspringmask": "Wellspring Mask",
};

/* Battle Moves */
Expand Down Expand Up @@ -1786,6 +1802,10 @@ exports.translations.moves = {
"wildboltstorm": "Wildbolt Storm",
"hydrosteam": "Hydro Steam",
"psyblade": "Psyblade",
"bloodmoon": "Blood Moon",
"ivycudgel": "Ivy Cudgel",
"matchagotcha": "Matcha Gotcha",
"syrupbomb": "Syrup Bomb",
};

/* Natures */
Expand Down Expand Up @@ -3214,6 +3234,27 @@ exports.translations.pokemon = {
"walkingwake": "Walking Wake",
"ironleaves": "Iron Leaves",
"saharascal": "Saharascal",
"greninjabond": "Greninja-Bond",
"ursalunabloodmoon": "Ursaluna-Bloodmoon",
"dipplin": "Dipplin",
"poltchageist": "Poltchageist",
"poltchageistartisan": "Poltchageist-Artisan",
"sinistcha": "Sinistcha",
"sinistchamasterpiece": "Sinistcha-Masterpiece",
"okidogi": "Okidogi",
"munkidori": "Munkidori",
"fezandipiti": "Fezandipiti",
"ogerpon": "Ogerpon",
"ogerponwellspring": "Ogerpon-Wellspring",
"ogerponhearthflame": "Ogerpon-Hearthflame",
"ogerponcornerstone": "Ogerpon-Cornerstone",
"ogerpontealtera": "Ogerpon-Teal-Tera",
"ogerponwellspringtera": "Ogerpon-Wellspring-Tera",
"ogerponhearthflametera": "Ogerpon-Hearthflame-Tera",
"ogerponcornerstonetera": "Ogerpon-Cornerstone-Tera",
"ababo": "Ababo",
"scattervein": "Scattervein",
"hemogoblin": "Hemogoblin",
};

/* Legacy Translation */
Expand Down
Loading

0 comments on commit 017e4eb

Please sign in to comment.