From 44a0c2e75ef577e6e847cbeb940ea936904c9d72 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 13 Oct 2017 10:01:44 -0400 Subject: Redesigned Pokémon show page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new design is heavily inspired by the status screen from Diamond & Pearl. It's not entirely done yet, with notable missing features including sheen and gender. However, it would also be nice to show a star for shiny Pokémon, Pokérus status, possibly a mention as to what game the Pokémon is currently in, and descriptive hover bubbles for moves. It is also notable that currently, as ribbons are located all the way to the right, their hover bubbles usually go off screen. The list of Pokémon page has not been redesigned, and the main layout is still bare. --- config/locales/en.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 config/locales/en.yml (limited to 'config') diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..b5425f5 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,42 @@ +en: + enumerize: + pokemon: + pokeball: + master: "Master Ball" + ultra: "Ultra Ball" + great: "Great Ball" + poke: "Poké Ball" + safari: "Safari Ball" + net: "Net Ball" + dive: "Dive Ball" + nest: "Nest Ball" + repeat: "Repeat Ball" + timer: "Timer Ball" + luxury: "Luxury Ball" + premier: "Premier Ball" + nature: + hardy: "Hardy" + lonely: "Lonely" + brave: "Brave" + adamant: "Adamant" + naughty: "Naughty" + bold: "Bold" + docile: "Docile" + relaxed: "Relaxed" + impish: "Impish" + lax: "Lax" + timid: "Timid" + hasty: "Hasty" + serious: "Serious" + jolly: "Jolly" + naive: "Naive" + modest: "Modest" + mild: "Mild" + quiet: "Quiet" + bashful: "Bashful" + rash: "Rash" + calm: "Calm" + gentle: "Gentle" + sassy: "Sassy" + careful: "Careful" + quirky: "Quirky" -- cgit 1.4.1